mirror of
https://github.com/libretro/RetroArch
synced 2025-03-16 07:21:03 +00:00
Merge pull request #11467 from jdgleaver/menu-state-slot-cap
Cap 'State Slot' drop-down list to a maximum of 1000 (+Auto) entries
This commit is contained in:
commit
81cfb8b07d
@ -8065,7 +8065,7 @@ static bool setting_append_list(
|
||||
(*list)[list_info->index - 1].offset_by = -1;
|
||||
(*list)[list_info->index - 1].get_string_representation =
|
||||
&setting_get_string_representation_state_slot;
|
||||
menu_settings_list_current_add_range(list, list_info, -1, 0, 1, true, false);
|
||||
menu_settings_list_current_add_range(list, list_info, -1, 999, 1, true, true);
|
||||
|
||||
CONFIG_ACTION(
|
||||
list, list_info,
|
||||
|
Loading…
x
Reference in New Issue
Block a user