mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Gamepad is named like this in emscripten
This commit is contained in:
parent
2445931169
commit
f0485db137
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ const char* const input_builtin_autoconfs[] =
|
|||
#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)
|
||||
DECL_AUTOCONF_DEVICE("Vita Controller", "vita", PSPINPUT_DEFAULT_BINDS),
|
||||
|
|
Loading…
Add table
Reference in a new issue