diff options
author | Morph <[email protected]> | 2023-07-07 01:23:40 -0400 |
---|---|---|
committer | Morph <[email protected]> | 2023-07-07 02:04:13 -0400 |
commit | e3937fe8ad7f64406ec1547df4649ed80663819a (patch) | |
tree | e9a5e1d828b14f85d030f3b3613d4d8bf94a3a88 /CMakeLists.txt | |
parent | c652e42492b7f41e9a65a229b2868bea39ad6adb (diff) | |
download | yuzu-mainline-e3937fe8ad7f64406ec1547df4649ed80663819a.tar.gz yuzu-mainline-e3937fe8ad7f64406ec1547df4649ed80663819a.zip |
general: Update VulkanSDK and Vulkan-Headers
Latest as of this commit
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 26e93b038..7f8febb90 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -285,7 +285,7 @@ find_package(ZLIB 1.2 REQUIRED) find_package(zstd 1.5 REQUIRED) if (NOT YUZU_USE_EXTERNAL_VULKAN_HEADERS) - find_package(Vulkan 1.3.246 REQUIRED) + find_package(Vulkan 1.3.256 REQUIRED) endif() if (ENABLE_LIBUSB) |