mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
(OSX) Buildfix
This commit is contained in:
parent
179831174d
commit
476c047f85
@ -424,7 +424,7 @@ static void cocoagl_gfx_ctx_update_window_title(void *data, video_frame_info_t v
|
||||
static char buf_fps[128] = {0};
|
||||
static char buf[128] = {0};
|
||||
|
||||
video_monitor_get_fps(buf, sizeof(buf),
|
||||
video_monitor_get_fps(video_info, buf, sizeof(buf),
|
||||
buf_fps, sizeof(buf_fps));
|
||||
|
||||
#if defined(HAVE_COCOA)
|
||||
|
Loading…
x
Reference in New Issue
Block a user