(Menu) Add label_is_updated to performance counters string representation

functions
This commit is contained in:
twinaphex 2015-03-08 20:50:20 +01:00
parent db7e64c118
commit 9d5921705c

View File

@ -397,6 +397,8 @@ static void menu_action_setting_disp_set_label_perf_counters(
((unsigned long long)counters[offset]->total /
(unsigned long long)counters[offset]->call_cnt),
(unsigned long long)counters[offset]->call_cnt);
g_runloop.frames.video.current.menu.label.is_updated = true;
}
static void menu_action_setting_disp_set_label_libretro_perf_counters(
@ -430,6 +432,8 @@ static void menu_action_setting_disp_set_label_libretro_perf_counters(
((unsigned long long)counters[offset]->total /
(unsigned long long)counters[offset]->call_cnt),
(unsigned long long)counters[offset]->call_cnt);
g_runloop.frames.video.current.menu.label.is_updated = true;
}
static void menu_action_setting_disp_set_label_menu_more(