Fix to Windows sleep issues

Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
This commit is contained in:
fearlessTobi 2019-09-03 23:00:34 +02:00
parent 83ac6b9f38
commit 3b8ad70f7e
2 changed files with 22 additions and 0 deletions

View file

@ -130,6 +130,9 @@ private:
void ConnectWidgetEvents();
void ConnectMenuEvents();
void PreventOSSleep();
void AllowOSSleep();
QStringList GetUnsupportedGLExtensions();
bool LoadROM(const QString& filename);
void BootGame(const QString& filename);