Merge pull request #11331 from valadaa48/odroidgo2_max_pads

ODROIDGO2 DEFAULT_MAX_PADS 1
This commit is contained in:
Autechre 2020-09-14 10:33:25 +02:00 committed by GitHub
commit d6169a11fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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