mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Merge pull request #11331 from valadaa48/odroidgo2_max_pads
ODROIDGO2 DEFAULT_MAX_PADS 1
This commit is contained in:
commit
d6169a11fd
@ -226,6 +226,8 @@ struct rarch_joypad_driver
|
||||
#define DEFAULT_MAX_PADS 2
|
||||
#elif defined(GEKKO) || defined(HW_RVL)
|
||||
#define DEFAULT_MAX_PADS 4
|
||||
#elif defined(HAVE_ODROIDGO2)
|
||||
#define DEFAULT_MAX_PADS 1
|
||||
#elif defined(__linux__) || (defined(BSD) && !defined(__MACH__))
|
||||
#define DEFAULT_MAX_PADS 8
|
||||
#elif defined(__QNX__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user