Prevent menu_setting_get_label from getting invoked for

'Load Savestate' inside Quick Menu
This commit is contained in:
twinaphex 2016-10-23 04:54:52 +02:00
parent 8cc5b09428
commit f2097c1c0b

View File

@ -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;