Set default 'max users' variable to 4 for RARCH_MOBILE

This commit is contained in:
twinaphex 2015-06-25 18:43:01 +02:00
parent b679f75f91
commit ce35bdef46
2 changed files with 7 additions and 1 deletions

View File

@ -695,6 +695,12 @@ 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)
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/android/latest/armeabi-v7a/";

View File

@ -4167,7 +4167,7 @@ static bool setting_append_list_input_options(
settings->input.max_users,
menu_hash_to_str(MENU_LABEL_INPUT_MAX_USERS),
menu_hash_to_str(MENU_LABEL_VALUE_INPUT_MAX_USERS),
MAX_USERS,
input_max_users,
group_info.name,
subgroup_info.name,
parent_group,