ソースを参照

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.
jp9000 11 年 前
コミット
12cdced337
1 ファイル変更2 行追加0 行削除
  1. 2 0
      cmake/osxbundle/Info.plist

+ 2 - 0
cmake/osxbundle/Info.plist

@@ -20,5 +20,7 @@
 	<string>10.8.5</string>
 	<key>NSHighResolutionCapable</key>
 	<true/>
+	<key>LSAppNapIsDisabled</key>
+	<true/>
 </dict>
 </plist>