(Android) Don't do FPS reporting - might be more costly than it's worth

for regular usage
This commit is contained in:
twinaphex 2012-10-30 20:17:30 +01:00
parent 670289839f
commit eb17f80cfa
1 changed files with 1 additions and 1 deletions

View File

@ -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