mirror of
https://codeberg.org/yuzu-emu/yuzu.git
synced 2025-12-16 03:58:54 +00:00
build: bump VulkanHeaders minimum version
- Update required VulkanHeaders from 1.4.307 to 1.4.313 - Ensures compatibility with newer Vulkan development packages Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
parent
01267e5f63
commit
6d023e89b8
@ -347,7 +347,7 @@ if (YUZU_USE_LLVM_DEMANGLE)
|
||||
endif()
|
||||
|
||||
if (NOT YUZU_USE_EXTERNAL_VULKAN_HEADERS)
|
||||
find_package(VulkanHeaders 1.4.304.1 REQUIRED)
|
||||
find_package(VulkanHeaders 1.4.313 REQUIRED)
|
||||
endif()
|
||||
|
||||
if (NOT YUZU_USE_EXTERNAL_VULKAN_UTILITY_LIBRARIES)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user