mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 20:43:10 +00:00
(OSX/Metal) Buildfix
This commit is contained in:
parent
0f72a07b9e
commit
1216c3ef6d
@ -321,7 +321,7 @@
|
|||||||
if (osd_params)
|
if (osd_params)
|
||||||
{
|
{
|
||||||
[rce pushDebugGroup:@"video stats"];
|
[rce pushDebugGroup:@"video stats"];
|
||||||
font_driver_render_msg(video_info, NULL, video_info->stat_text, osd_params);
|
font_driver_render_msg(data, video_info, video_info->stat_text, osd_params, NULL);
|
||||||
[rce popDebugGroup];
|
[rce popDebugGroup];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -383,7 +383,7 @@
|
|||||||
[_context drawQuadX:x y:y w:width h:height r:r g:g b:b a:a];
|
[_context drawQuadX:x y:y w:width h:height r:r g:g b:b a:a];
|
||||||
}
|
}
|
||||||
|
|
||||||
font_driver_render_msg(video_info, NULL, msg, NULL);
|
font_driver_render_msg(NULL, video_info, msg, NULL, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)_beginFrame
|
- (void)_beginFrame
|
||||||
|
Loading…
x
Reference in New Issue
Block a user