From 9d5921705cecf4ed7e5578d5b52f117075d3c2c1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 8 Mar 2015 20:50:20 +0100 Subject: [PATCH] (Menu) Add label_is_updated to performance counters string representation functions --- menu/menu_entries_cbs_representation.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/menu/menu_entries_cbs_representation.c b/menu/menu_entries_cbs_representation.c index 3a4163f400..646a4a807c 100644 --- a/menu/menu_entries_cbs_representation.c +++ b/menu/menu_entries_cbs_representation.c @@ -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(