mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 09:35:21 +00:00
(iOS) Build fix
This commit is contained in:
parent
43e6637768
commit
1697be1908
@ -45,7 +45,7 @@ static bool gfx_ctx_set_video_mode(
|
||||
static void gfx_ctx_update_window_title(void)
|
||||
{
|
||||
char buf[128];
|
||||
gfx_get_fps(bu, sizeof(buf), false);
|
||||
gfx_get_fps(buf, sizeof(buf), false);
|
||||
}
|
||||
|
||||
static void gfx_ctx_check_window(bool *quit,
|
||||
|
Loading…
x
Reference in New Issue
Block a user