From eb17f80cfa68f64ffbca79301f72056d7b54992d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 30 Oct 2012 20:17:30 +0100 Subject: [PATCH] (Android) Don't do FPS reporting - might be more costly than it's worth for regular usage --- gfx/gl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/gl.c b/gfx/gl.c index 85f0794e09..797ec5fd40 100644 --- a/gfx/gl.c +++ b/gfx/gl.c @@ -1139,7 +1139,7 @@ static bool gl_frame(void *data, const void *frame, unsigned width, unsigned hei if (msg) gl_render_msg(gl, msg); -#ifndef RARCH_CONSOLE +#if !defined(RARCH_CONSOLE) && !defined(ANDROID) gl->ctx_driver->update_window_title(false); #endif