mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
Silence warning
This commit is contained in:
parent
9f1ca98ca3
commit
b91dd1413f
@ -93,7 +93,7 @@ static void gfx_ctx_cgl_check_window(void *data, bool *quit,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void gfx_ctx_cgl_swap_buffers(void *data, video_frame_info_t *video_info)
|
static void gfx_ctx_cgl_swap_buffers(void *data, void *data2)
|
||||||
{
|
{
|
||||||
gfx_ctx_cgl_data_t *cgl = (gfx_ctx_cgl_data_t*)data;
|
gfx_ctx_cgl_data_t *cgl = (gfx_ctx_cgl_data_t*)data;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user