summaryrefslogtreecommitdiff
path: root/src/core/system.h
diff options
context:
space:
mode:
authorGravatar bunnei2016-08-31 22:20:54 -0400
committerGravatar GitHub2016-08-31 22:20:54 -0400
commit09063dc5bb1e2b769c10077bf820a5300494c119 (patch)
treead997ee86470e23e9dfa67a1d9824a57cdcf5571 /src/core/system.h
parentMerge pull request #2035 from MerryMage/disable-stretch (diff)
parentqt: Rename all "toogle" to "toggle". (diff)
downloadyuzu-09063dc5bb1e2b769c10077bf820a5300494c119.tar.gz
yuzu-09063dc5bb1e2b769c10077bf820a5300494c119.tar.xz
yuzu-09063dc5bb1e2b769c10077bf820a5300494c119.zip
Merge pull request #2032 from bunnei/qt-graphics
Qt graphics configure & V-Sync option
Diffstat (limited to 'src/core/system.h')
-rw-r--r--src/core/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/system.h b/src/core/system.h
index a4a627ea9..fb0ca4e1b 100644
--- a/src/core/system.h
+++ b/src/core/system.h
@@ -16,6 +16,7 @@ enum class Result {
16}; 16};
17 17
18Result Init(EmuWindow* emu_window); 18Result Init(EmuWindow* emu_window);
19bool IsPoweredOn();
19void Shutdown(); 20void Shutdown();
20 21
21} 22}