[LIBNX] Limit MAX_USERS and MAX_INPUT_DEVICES to 8

This commit is contained in:
M4xw 2021-07-14 18:08:12 +02:00
parent d8f780848a
commit aefc0de8d7

View File

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