mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Cleanups
This commit is contained in:
parent
fa1096a604
commit
85ed60cf9a
@ -300,9 +300,10 @@ static bool cocoagl_gfx_ctx_bind_api(void *data, enum gfx_ctx_api api, unsigned
|
||||
return true;
|
||||
}
|
||||
|
||||
static void cocoagl_gfx_ctx_swap_interval(void *data, unsigned interval)
|
||||
static void cocoagl_gfx_ctx_swap_interval(void *data, int i)
|
||||
{
|
||||
(void)data;
|
||||
unsigned interval = (unsigned)i;
|
||||
#if defined(HAVE_COCOATOUCH) // < No way to disable Vsync on iOS?
|
||||
// Just skip presents so fast forward still works.
|
||||
g_is_syncing = interval ? true : false;
|
||||
|
Loading…
Reference in New Issue
Block a user