mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 12:40:07 +00:00
[LIBNX] Limit MAX_USERS and MAX_INPUT_DEVICES to 8
This commit is contained in:
parent
d8f780848a
commit
aefc0de8d7
@ -24,9 +24,13 @@
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
#ifdef HAVE_LIBNX
|
||||
#define MAX_USERS 8
|
||||
#define MAX_INPUT_DEVICES 8
|
||||
#else /* HAVE_LIBNX */
|
||||
#define MAX_USERS 16
|
||||
|
||||
#define MAX_INPUT_DEVICES 16
|
||||
#endif /* !HAVE_LIBNX */
|
||||
|
||||
#define RARCH_MAX_KEYS 137
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user