mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 06:40:18 +00:00
Set max users by default to 4
This commit is contained in:
parent
21ea7c74e9
commit
66ac83cfed
@ -713,11 +713,7 @@ static const bool input_descriptor_label_show = true;
|
|||||||
|
|
||||||
static const bool input_descriptor_hide_unbound = false;
|
static const bool input_descriptor_hide_unbound = false;
|
||||||
|
|
||||||
#ifdef RARCH_MOBILE
|
|
||||||
static const unsigned input_max_users = 4;
|
static const unsigned input_max_users = 4;
|
||||||
#else
|
|
||||||
static const unsigned input_max_users = MAX_USERS;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(ANDROID)
|
#if defined(ANDROID)
|
||||||
#if defined(ANDROID_ARM)
|
#if defined(ANDROID_ARM)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user