mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Set default 'max users' variable to 4 for RARCH_MOBILE
This commit is contained in:
parent
b679f75f91
commit
ce35bdef46
@ -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/";
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user