mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
(CocoaGL) Another buildfix
This commit is contained in:
parent
b78591d9b6
commit
6922a36ea1
@ -586,9 +586,7 @@ static void cocoagl_gfx_ctx_check_window(void *data, bool *quit,
|
||||
static void cocoagl_gfx_ctx_swap_interval(void *data, int i)
|
||||
{
|
||||
unsigned interval = (unsigned)i;
|
||||
#ifdef HAVE_VULKAN
|
||||
cocoa_ctx_data_t *cocoa_ctx = (cocoa_ctx_data_t*)data;
|
||||
#endif
|
||||
|
||||
switch (cocoagl_api)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user