mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
One buildfix
This commit is contained in:
parent
599937cc4f
commit
f3f0c6b1d1
@ -85,10 +85,10 @@ typedef struct cocoa_ctx_data
|
|||||||
bool core_hw_context_enable;
|
bool core_hw_context_enable;
|
||||||
#ifdef HAVE_VULKAN
|
#ifdef HAVE_VULKAN
|
||||||
gfx_ctx_vulkan_data_t vk;
|
gfx_ctx_vulkan_data_t vk;
|
||||||
unsigned width;
|
|
||||||
unsigned height;
|
|
||||||
unsigned swap_interval;
|
unsigned swap_interval;
|
||||||
#endif
|
#endif
|
||||||
|
unsigned width;
|
||||||
|
unsigned height;
|
||||||
} cocoa_ctx_data_t;
|
} cocoa_ctx_data_t;
|
||||||
|
|
||||||
#if defined(HAVE_COCOATOUCH)
|
#if defined(HAVE_COCOATOUCH)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user