summaryrefslogtreecommitdiff
path: root/src/core/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/system.h')
-rw-r--r--src/core/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/system.h b/src/core/system.h
index 6d672b1b5..b41fc088a 100644
--- a/src/core/system.h
+++ b/src/core/system.h
@@ -15,7 +15,7 @@ enum class Result {
15 ErrorInitVideoCore, ///< Something went wrong during video core init 15 ErrorInitVideoCore, ///< Something went wrong during video core init
16}; 16};
17 17
18Result Init(EmuWindow* emu_window); 18Result Init(EmuWindow* emu_window, u32 system_mode);
19bool IsPoweredOn(); 19bool IsPoweredOn();
20void Shutdown(); 20void Shutdown();
21} 21}