From 66ac83cfedf949c1087434364ef22ea4bdb8f4fe Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 8 Jul 2015 17:13:59 +0200 Subject: [PATCH] Set max users by default to 4 --- config.def.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.def.h b/config.def.h index 6df77a61ff..cecf86f7e7 100644 --- a/config.def.h +++ b/config.def.h @@ -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)