Skip to content

Commit

Permalink
Disable macOS "Game Mode" feature for now
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzibyte committed Nov 17, 2024
1 parent ea8c56b commit 605333d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/osu!.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,11 @@
<false/>
</dict>
</array>
<!-- Game Mode causes occasional input hang-ups on macOS,
comment out application category to disable it for now.
This should be revisited once osu! can handle input without the window event flow,
see: https://github.com/ppy/osu-framework/issues/6141
<key>LSApplicationCategoryType</key>
<string>public.app-category.music-games</string>
<string>public.app-category.music-games</string> -->
</dict>
</plist>

0 comments on commit 605333d

Please sign in to comment.