diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cfdbad0f..5c8849b83 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -297,7 +297,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) diff --git a/README.md b/README.md index 3399c7c3d..a9ab8db61 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 3747. +This is the source code for early-access 3748. ## Legal Notice