aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorfearlessTobi <thm.frey@gmail.com>2019-09-03 23:00:34 +0200
committerfearlessTobi <thm.frey@gmail.com>2019-09-03 23:00:34 +0200
commit4ea572791b493714f72e6efb5c97aee0482f52fa (patch)
tree49af0c94dbd171fe7e73c1233568195909eb4b39 /src/yuzu/main.h
parent50b5bb44a009dc899d0d7722e50d8976ce4e34f1 (diff)
Fix to Windows sleep issues
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r--src/yuzu/main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index 1137bbc7a..501608ddc 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -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);