From 03ad3b5c301d5410bdf28594246d001b8e86d5ba Mon Sep 17 00:00:00 2001 From: M4xw Date: Sat, 29 Sep 2018 17:51:37 +0200 Subject: [PATCH] [LIBNX] Remove task_autodetect workaround --- tasks/task_autodetect.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tasks/task_autodetect.c b/tasks/task_autodetect.c index 5da349b32b..4f8ac88943 100644 --- a/tasks/task_autodetect.c +++ b/tasks/task_autodetect.c @@ -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];