DolphinQt: Disable Display Sleep on Windows.

Disables Display Sleeping on Windows on DolphinQt while the game runs,
and re-enables it after the game closes.
This commit is contained in:
Corwin Mcknight
2015-09-08 17:20:36 -07:00
parent 8f13d50a4e
commit b2e4019383
2 changed files with 21 additions and 3 deletions

View File

@ -68,6 +68,9 @@ private:
std::unique_ptr<Ui::DMainWindow> m_ui;
DGameTracker* m_game_tracker;
// Misc.
void DisableScreensaver();
void EnableScreensaver();
// Emulation
QString RequestBootFilename();
QString ShowFileDialog();