From cedc7143c67bfe0ba2758928d0668ddb1332ca95 Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Tue, 20 Dec 2022 06:39:36 +0100 Subject: [PATCH] early-access version 3237 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0545628e3..f063ebb0e 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -208,7 +208,7 @@ find_package(libusb 1.0.24) find_package(lz4 REQUIRED) find_package(nlohmann_json 3.8 REQUIRED) find_package(Opus 1.3) -find_package(Vulkan 1.3.213) +find_package(Vulkan 1.3.238) find_package(ZLIB 1.2 REQUIRED) find_package(zstd 1.5 REQUIRED) diff --git a/README.md b/README.md index 9bb74589b..cb8a9fdb2 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 3236. +This is the source code for early-access 3237. ## Legal Notice