Move the SetThreadExecutionState calls to their own separate functions

This commit is contained in:
vitor-k 2019-09-03 16:13:14 -03:00
parent bcf33b0ac6
commit 50cee98bca
2 changed files with 18 additions and 9 deletions

View file

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