mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
Merge pull request #2360 from gizmo98/vc-show-fps-fix
vc_egl_ctx.c: Fix missing fps output
This commit is contained in:
commit
ac155dc8fc
@ -130,7 +130,7 @@ static void gfx_ctx_vc_update_window_title(void *data)
|
||||
video_monitor_get_fps(buf, sizeof(buf),
|
||||
buf_fps, sizeof(buf_fps));
|
||||
if (settings->fps_show)
|
||||
msg_queue_push(buf_fps, 1, 1, false);
|
||||
rarch_main_msg_queue_push(buf_fps, 1, 1, false);
|
||||
}
|
||||
|
||||
static void gfx_ctx_vc_get_video_size(void *data,
|
||||
|
Loading…
x
Reference in New Issue
Block a user