Update MoltenVK and restore Game Mode support (as the relevant MVK regression has been fixed)

This commit is contained in:
schm1dtmac
2026-05-02 18:34:10 +01:00
committed by Ani
parent ca87d103fd
commit 155883ea2a
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
cd build || exit 1 cd build || exit 1
cd bin cd bin
git clone --revision=32dceb35e2c95b46cec501033cbc3a1ddf32d6e8 https://github.com/KhronosGroup/MoltenVK.git git clone --revision=a075e5e417f87675ea3137b7365f3e5a99608d72 https://github.com/KhronosGroup/MoltenVK.git
cd MoltenVK cd MoltenVK
./fetchDependencies --macos ./fetchDependencies --macos
sudo xcode-select -switch /Applications/Xcode_16.2.app/Contents/Developer sudo xcode-select -switch /Applications/Xcode_16.2.app/Contents/Developer
+2
View File
@@ -28,6 +28,8 @@
<string>Licensed under GPLv2</string> <string>Licensed under GPLv2</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>
<true/> <true/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>14.4</string> <string>14.4</string>
<key>NSCameraUsageDescription</key> <key>NSCameraUsageDescription</key>