1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-17 15:41:01 +00:00

Set max users by default to 4

This commit is contained in:
twinaphex 2015-07-08 17:13:59 +02:00
parent 21ea7c74e9
commit 66ac83cfed

@ -713,11 +713,7 @@ static const bool input_descriptor_label_show = true;
static const bool input_descriptor_hide_unbound = false;
#ifdef RARCH_MOBILE
static const unsigned input_max_users = 4;
#else
static const unsigned input_max_users = MAX_USERS;
#endif
#if defined(ANDROID)
#if defined(ANDROID_ARM)