From 55b865d3753d4b31336b501beca887ca2634e4df Mon Sep 17 00:00:00 2001 From: radius Date: Wed, 21 Sep 2016 21:27:43 -0500 Subject: [PATCH] remove this pad, the pad is named Standard Gamepad --- input/input_autodetect_builtin.c | 1 - 1 file changed, 1 deletion(-) 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)