mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-12-29 03:24:36 +00:00
Exclude apple from vulkan windowing stuff as it is not supported
This commit is contained in:
parent
22d49ae96a
commit
d58bd1c916
@ -2,7 +2,7 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
#define VK_USE_PLATFORM_WIN32_KHR
|
||||
#else
|
||||
#elif !defined __APPLE__
|
||||
#define VK_USE_PLATFORM_XLIB_KHR
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user