mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Increase DEFAULT_MAX_PADS to 8 for ODROIDGO2, since that impacts the RG351[X] consoles. The RG351[X] have a USB host controller and can have an arbitrary number of USB gamepads. (#14122)
This commit is contained in:
parent
78bc42de68
commit
58decac935
@ -77,7 +77,7 @@
|
||||
#elif defined(GEKKO) || defined(HW_RVL)
|
||||
#define DEFAULT_MAX_PADS 4
|
||||
#elif defined(HAVE_ODROIDGO2)
|
||||
#define DEFAULT_MAX_PADS 1
|
||||
#define DEFAULT_MAX_PADS 8
|
||||
#elif defined(__linux__) || (defined(BSD) && !defined(__MACH__))
|
||||
#define DEFAULT_MAX_PADS 8
|
||||
#elif defined(__QNX__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user