summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZephyron <zephyron@citron-emu.org>2025-04-27 13:59:49 +1000
committerMike Lothian <mike@fireburn.co.uk>2025-05-12 12:46:19 +0100
commit6d023e89b84af2492e8097ebe5140da3c309db6b (patch)
tree8ddb413d3a851cb516736ded47f65dfeec4e28a4
parent01267e5f63cc1a1a177cafd3d28a77efb7387419 (diff)
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>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a902b7a37..890ce254a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)