mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-11 11:48:56 +02:00
exclude from vulkan surface selection
This commit is contained in:
parent
c75c400474
commit
d4c5ab0704
2 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,8 @@
|
|||
#define VK_USE_PLATFORM_ANDROID_KHR
|
||||
#elif defined(__HAIKU__)
|
||||
#define VK_USE_PLATFORM_XCB_KHR
|
||||
#elif defined(__OPENORBIS__)
|
||||
// No fucking vulkan on the PlayStation 4
|
||||
#else
|
||||
#define VK_USE_PLATFORM_XLIB_KHR
|
||||
#define VK_USE_PLATFORM_WAYLAND_KHR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue