1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 05:42:56 +08:00

Merge pull request #31363 from hrfarmer/game-mode

This commit is contained in:
Dean Herbert 2025-01-01 11:11:30 +09:00 committed by GitHub
commit 8196325815
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,5 +157,9 @@
<string>public.app-category.music-games</string>
<key>LSSupportsOpeningDocumentsInPlace</key>
<false/>
<!-- Game mode is supposed to be automatically enabled by the app category specification above,
but for some reason it needs to be explicitly enabled with this key. -->
<key>GCSupportsGameMode</key>
<true/>
</dict>
</plist>