mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-02 22:59:59 +01: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 a new issue