Avoid expensive function menu_setting_get_label being invoked
when at Quick Menu
This commit is contained in:
parent
32a4053d42
commit
1cb2822013
|
@ -1775,6 +1775,7 @@ static int menu_cbs_init_bind_get_string_representation_compare_type(
|
||||||
case MENU_SETTING_ACTION:
|
case MENU_SETTING_ACTION:
|
||||||
case MENU_SETTING_ACTION_LOADSTATE:
|
case MENU_SETTING_ACTION_LOADSTATE:
|
||||||
case 117: /* Netplay settings */
|
case 117: /* Netplay settings */
|
||||||
|
case 109: /* Disk Control settings */
|
||||||
BIND_ACTION_GET_VALUE(cbs,
|
BIND_ACTION_GET_VALUE(cbs,
|
||||||
menu_action_setting_disp_set_label_menu_more);
|
menu_action_setting_disp_set_label_menu_more);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue