Skip to content
Snippets Groups Projects
Commit 12cdced3 authored by Jim's avatar Jim
Browse files

Disable OSX app nap

This will hopefully help deal with a particular issue where the program
may go to sleep if it hasn't received input from the user for long
periods, or if a game is running in fullscreen mode apparently.
parent 774731fb
No related branches found
No related tags found
No related merge requests found
......@@ -20,5 +20,7 @@
<string>10.8.5</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>LSAppNapIsDisabled</key>
<true/>
</dict>
</plist>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment