dolphin/Source/Core
Salehen Shovon Rahman 65250c0452 Disable screensaver on OS X
When playing a game on OS X, although the screen does not go to
sleep, the screensaver is still enabled, and therefore, during
gameplay, the screensaver may start running, which is not in
accordance to the behaviour on other other environments (Windows
and X11). It can be argued that the screensaver interrupting
gameplay is a nuissance to many players.

The changes in this commit are intended to allow Dolphin to disable
the screensaver during gameplay, just as intended on other platforms.

The changes have been tested on OS X 10.11 (El Capitan).
2017-04-09 15:16:52 +01:00
..
AudioCommon Remove libao sound backend 2017-03-31 14:59:57 -07:00
Common Merge pull request #5219 from lioncash/common 2017-04-08 17:19:00 -04:00
Core Merge pull request #5229 from lioncash/si-id 2017-04-09 20:09:44 +12:00
DiscIO Merge pull request #5152 from ligfx/disciomaybeuninitialized 2017-03-31 00:11:53 -04:00
DolphinNoGUI
DolphinQt2
DolphinWX Disable screensaver on OS X 2017-04-09 15:16:52 +01:00
InputCommon ControllerEmu: Replace includes with forward declarations 2017-04-04 20:38:30 -04:00
UICommon Revert "Use a single libusb context" 2017-03-26 15:58:30 +02:00
VideoBackends FileSearch: Namespace functions under the Common namespace 2017-04-07 01:02:14 -04:00
VideoCommon RenderBase: Eliminate renderer global accesses within the Renderer class 2017-04-08 20:15:39 -04:00
CMakeLists.txt