diff --git a/gfx/context/androidegl_ctx.c b/gfx/context/androidegl_ctx.c index ff7956a08b..ba775cff8c 100644 --- a/gfx/context/androidegl_ctx.c +++ b/gfx/context/androidegl_ctx.c @@ -207,15 +207,15 @@ static void gfx_ctx_set_resize(unsigned width, unsigned height) static void gfx_ctx_update_window_title(bool reset) { - (void)reset; -#if 0 if (reset) gfx_window_title_reset(); char buf[128]; - +#if 0 if (gfx_get_fps(buf, sizeof(buf), false)) RARCH_LOG("%s.\n", buf); +#else + gfx_get_fps(buf, sizeof(buf), false); #endif }