From 4ea572791b493714f72e6efb5c97aee0482f52fa Mon Sep 17 00:00:00 2001 From: fearlessTobi Date: Tue, 3 Sep 2019 23:00:34 +0200 Subject: Fix to Windows sleep issues Co-Authored-By: Vitor K --- src/yuzu/main.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/yuzu/main.h') 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); -- cgit v1.2.3