mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Don't make it a blocking task
This commit is contained in:
parent
6a2df4615b
commit
4a894afc57
@ -361,7 +361,6 @@ bool input_autoconfigure_connect(autoconfig_params_t *params)
|
||||
state->vid = params->vid;
|
||||
state->pid = params->pid;
|
||||
|
||||
task->type = TASK_TYPE_BLOCKING;
|
||||
task->state = state;
|
||||
task->handler = input_autoconfigure_connect_handler;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user