Update MoltenVK and restore Game Mode support (as the relevant MVK regression has been fixed)
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user