summaryrefslogtreecommitdiff
path: root/src/core/system.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-08-31 22:20:54 -0400
committerGitHub <noreply@github.com>2016-08-31 22:20:54 -0400
commit09063dc5bb1e2b769c10077bf820a5300494c119 (patch)
treead997ee86470e23e9dfa67a1d9824a57cdcf5571 /src/core/system.h
parent549d0c171563423f024de754a82ab033d31294d1 (diff)
parenta71013cf16668a8d781a890823b6f6f203b865e9 (diff)
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 {
};
Result Init(EmuWindow* emu_window);
+bool IsPoweredOn();
void Shutdown();
}