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 50b5bb44a0
commit 4ea572791b
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);