Avoid expensive function menu_setting_get_label being invoked

when at Quick Menu
This commit is contained in:
twinaphex 2016-10-23 19:46:29 +02:00
parent 32a4053d42
commit 1cb2822013

View File

@ -1775,6 +1775,7 @@ static int menu_cbs_init_bind_get_string_representation_compare_type(
case MENU_SETTING_ACTION:
case MENU_SETTING_ACTION_LOADSTATE:
case 117: /* Netplay settings */
case 109: /* Disk Control settings */
BIND_ACTION_GET_VALUE(cbs,
menu_action_setting_disp_set_label_menu_more);
break;