From f93047145de96bef5c3fa0c36a01235ff216e772 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 3 Sep 2016 07:41:56 +0200 Subject: [PATCH] Use SN_TARGET_PSP2 ifdef too --- input/input_autodetect_builtin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/input_autodetect_builtin.c b/input/input_autodetect_builtin.c index 7e8d321e30..5f9ae0e227 100644 --- a/input/input_autodetect_builtin.c +++ b/input/input_autodetect_builtin.c @@ -262,7 +262,7 @@ const char* const input_builtin_autoconfs[] = #ifdef HAVE_SDL2 DECL_AUTOCONF_DEVICE("SDL2 Controller", "sdl2", SDL2_DEFAULT_BINDS), #endif -#if defined(VITA) +#if defined(VITA) || defined(SN_TARGET_PSP2) DECL_AUTOCONF_DEVICE("Vita Controller", "vita", PSPINPUT_DEFAULT_BINDS), #elif defined(PSP) DECL_AUTOCONF_DEVICE("PSP Controller", "psp", PSPINPUT_DEFAULT_BINDS),