[LIBNX] Remove task_autodetect workaround

This commit is contained in:
M4xw 2018-09-29 17:51:37 +02:00
parent 7ae781ecc5
commit 03ad3b5c30
1 changed files with 0 additions and 4 deletions

View File

@ -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];