[LIBNX] Remove task_autodetect workaround
This commit is contained in:
parent
7ae781ecc5
commit
03ad3b5c30
|
@ -843,12 +843,8 @@ static void input_autoconfigure_connect_handler(retro_task_t *task)
|
|||
if (!params || string_is_empty(params->name))
|
||||
goto end;
|
||||
|
||||
#ifndef HAVE_LIBNX // This seems to be problematic on switch with threading
|
||||
if ( !input_autoconfigure_joypad_from_conf_dir(params, task)
|
||||
&& !input_autoconfigure_joypad_from_conf_internal(params, task))
|
||||
#else
|
||||
if ( !input_autoconfigure_joypad_from_conf_internal(params, task))
|
||||
#endif
|
||||
{
|
||||
char msg[255];
|
||||
|
||||
|
|
Loading…
Reference in New Issue