diff --git a/gfx/drivers/gx_gfx.c b/gfx/drivers/gx_gfx.c index 8516854c29..fc62869839 100644 --- a/gfx/drivers/gx_gfx.c +++ b/gfx/drivers/gx_gfx.c @@ -1115,8 +1115,7 @@ static bool gx_frame(void *data, const void *frame, video_monitor_get_fps(fps_txt, sizeof(fps_txt), fps_text_buf, sizeof(fps_text_buf)); - // TODO: is FPS monitoring gone forever? - if (0) + if (g_settings.fps_show) { char mem1_txt[128]; unsigned x = 15;