From 016de0a79e3b6d4b8e96a0ce0f9c70e7d4441d24 Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Fri, 7 Jul 2023 09:40:55 +0200 Subject: [PATCH] early-access version 3748 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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