diff --git a/input/input_autodetect_builtin.c b/input/input_autodetect_builtin.c index dd64b637a1..3a478fb6fd 100644 --- a/input/input_autodetect_builtin.c +++ b/input/input_autodetect_builtin.c @@ -269,7 +269,6 @@ const char* const input_builtin_autoconfs[] = DECL_AUTOCONF_DEVICE("XInput Controller (User 4)", "xinput", XINPUT_DEFAULT_BINDS), #endif #ifdef HAVE_SDL2 - DECL_AUTOCONF_DEVICE("SDL2 Controller", "sdl2", SDL2_DEFAULT_BINDS), DECL_AUTOCONF_DEVICE("Standard Gamepad", "sdl2", SDL2_DEFAULT_BINDS), #endif #if defined(VITA) || defined(SN_TARGET_PSP2)