diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2024-01-19 19:07:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-19 19:07:14 +0100 |
commit | b4a8e1ef8a749c591839e5d3b6deb18607504300 (patch) | |
tree | 3d16df5c149ebf49ad8c0a6870f47cc3b30f5adc | |
parent | Merge pull request #12687 from german77/amiibo-lock (diff) | |
parent | Bump MoltenVK to v1.2.7 (diff) | |
download | yuzu-b4a8e1ef8a749c591839e5d3b6deb18607504300.tar yuzu-b4a8e1ef8a749c591839e5d3b6deb18607504300.tar.gz yuzu-b4a8e1ef8a749c591839e5d3b6deb18607504300.tar.bz2 yuzu-b4a8e1ef8a749c591839e5d3b6deb18607504300.tar.lz yuzu-b4a8e1ef8a749c591839e5d3b6deb18607504300.tar.xz yuzu-b4a8e1ef8a749c591839e5d3b6deb18607504300.tar.zst yuzu-b4a8e1ef8a749c591839e5d3b6deb18607504300.zip |
-rw-r--r-- | src/yuzu/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index 90278052a..93b03b917 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt @@ -351,7 +351,7 @@ if (APPLE) if (NOT USE_SYSTEM_MOLTENVK) set(MOLTENVK_PLATFORM "macOS") - set(MOLTENVK_VERSION "v1.2.5") + set(MOLTENVK_VERSION "v1.2.7") download_moltenvk_external(${MOLTENVK_PLATFORM} ${MOLTENVK_VERSION}) endif() find_library(MOLTENVK_LIBRARY MoltenVK REQUIRED) |