mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
CMake: Change "USE_VULKAN" to "HAS_VULKAN"
This commit is contained in:
parent
22b0d10568
commit
02c3242078
@ -557,7 +557,7 @@ add_subdirectory(Externals/imgui)
|
||||
add_subdirectory(Externals/glslang)
|
||||
|
||||
if(ENABLE_VULKAN)
|
||||
add_definitions(-DUSE_VULKAN)
|
||||
add_definitions(-DHAS_VULKAN)
|
||||
endif()
|
||||
|
||||
if(NOT WIN32 OR (NOT (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64")))
|
||||
|
Loading…
Reference in New Issue
Block a user