From 2a64450af2bf8864a6a144e140414959c6780407 Mon Sep 17 00:00:00 2001 From: Toad King Date: Sat, 7 Mar 2015 22:48:41 -0600 Subject: [PATCH] [GX] fix build --- gfx/drivers/gx_gfx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gfx/drivers/gx_gfx.c b/gfx/drivers/gx_gfx.c index 4ec7492b01..8516854c29 100644 --- a/gfx/drivers/gx_gfx.c +++ b/gfx/drivers/gx_gfx.c @@ -1115,7 +1115,8 @@ 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)); - if (g_settings.fps_draw) + // TODO: is FPS monitoring gone forever? + if (0) { char mem1_txt[128]; unsigned x = 15;