Use SN_TARGET_PSP2 ifdef too

This commit is contained in:
twinaphex 2016-09-03 07:41:56 +02:00
parent 88eea511db
commit f93047145d
1 changed files with 1 additions and 1 deletions

View File

@ -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),