mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +00:00
menu_setting increase run ahead frames range
This commit is contained in:
parent
c73daa6a1c
commit
ef8427cc23
@ -11687,7 +11687,7 @@ static bool setting_append_list(
|
|||||||
(*list)[list_info->index - 1].ui_type = ST_UI_TYPE_UINT_COMBOBOX;
|
(*list)[list_info->index - 1].ui_type = ST_UI_TYPE_UINT_COMBOBOX;
|
||||||
(*list)[list_info->index - 1].action_ok = &setting_action_ok_uint;
|
(*list)[list_info->index - 1].action_ok = &setting_action_ok_uint;
|
||||||
(*list)[list_info->index - 1].offset_by = 1;
|
(*list)[list_info->index - 1].offset_by = 1;
|
||||||
menu_settings_list_current_add_range(list, list_info, 1, 6, 1, true, true);
|
menu_settings_list_current_add_range(list, list_info, 1, 12, 1, true, true);
|
||||||
|
|
||||||
#if defined(HAVE_DYNAMIC) || defined(HAVE_DYLIB)
|
#if defined(HAVE_DYNAMIC) || defined(HAVE_DYLIB)
|
||||||
CONFIG_BOOL(
|
CONFIG_BOOL(
|
||||||
|
Loading…
Reference in New Issue
Block a user