mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Set SD_FLAG_ADVANCED on 'Hotkey Enable Delay' setting
This commit is contained in:
parent
47150cab07
commit
32a6d97e48
@ -11453,6 +11453,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;
|
||||||
menu_settings_list_current_add_range(list, list_info, 0, 600, 1, true, true);
|
menu_settings_list_current_add_range(list, list_info, 0, 600, 1, true, true);
|
||||||
|
SETTINGS_DATA_LIST_CURRENT_ADD_FLAGS(list, list_info, SD_FLAG_ADVANCED);
|
||||||
|
|
||||||
CONFIG_BOOL(
|
CONFIG_BOOL(
|
||||||
list, list_info,
|
list, list_info,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user