mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-01 04:00:32 +00:00
(Menu) Add label_is_updated to performance counters string representation
functions
This commit is contained in:
parent
db7e64c118
commit
9d5921705c
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user