mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 10:09:36 -06:00
Don't build Vulkan video backend on macOS
There's no official implementation of the Vulkan API, and Dolphin currently isn't set-up to work with the single, commercially-available third-party implementation.
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
add_subdirectory(OGL)
|
||||
add_subdirectory(Null)
|
||||
add_subdirectory(Software)
|
||||
if(NOT APPLE)
|
||||
add_subdirectory(Vulkan)
|
||||
endif()
|
||||
# TODO: Add other backends here!
|
||||
|
Reference in New Issue
Block a user