diff options
| author | 2016-08-31 22:20:54 -0400 | |
|---|---|---|
| committer | 2016-08-31 22:20:54 -0400 | |
| commit | 09063dc5bb1e2b769c10077bf820a5300494c119 (patch) | |
| tree | ad997ee86470e23e9dfa67a1d9824a57cdcf5571 /src/core/system.h | |
| parent | Merge pull request #2035 from MerryMage/disable-stretch (diff) | |
| parent | qt: Rename all "toogle" to "toggle". (diff) | |
| download | yuzu-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.h | 1 |
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 | ||
| 18 | Result Init(EmuWindow* emu_window); | 18 | Result Init(EmuWindow* emu_window); |
| 19 | bool IsPoweredOn(); | ||
| 19 | void Shutdown(); | 20 | void Shutdown(); |
| 20 | 21 | ||
| 21 | } | 22 | } |