mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
fix android build
This commit is contained in:
parent
f34ae15f3f
commit
c13308d162
@ -270,7 +270,7 @@ static void android_gfx_ctx_update_window_title(void *data)
|
|||||||
|
|
||||||
video_monitor_get_fps(buf, sizeof(buf),
|
video_monitor_get_fps(buf, sizeof(buf),
|
||||||
buf_fps, sizeof(buf_fps));
|
buf_fps, sizeof(buf_fps));
|
||||||
if (g_setings.fps_show)
|
if (g_settings.fps_show)
|
||||||
msg_queue_push(g_runloop.msg_queue, buf_fps, 1, 1);
|
msg_queue_push(g_runloop.msg_queue, buf_fps, 1, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user