mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Prevent menu_setting_get_label from getting invoked for
'Load Savestate' inside Quick Menu
This commit is contained in:
parent
8cc5b09428
commit
f2097c1c0b
@ -1758,6 +1758,7 @@ static int menu_cbs_init_bind_get_string_representation_compare_type(
|
||||
case MENU_SETTINGS_CUSTOM_BIND_ALL:
|
||||
case MENU_SETTINGS_CUSTOM_BIND_DEFAULT_ALL:
|
||||
case MENU_SETTING_ACTION:
|
||||
case MENU_SETTING_ACTION_LOADSTATE:
|
||||
BIND_ACTION_GET_VALUE(cbs,
|
||||
menu_action_setting_disp_set_label_menu_more);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user