diff options
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 { }; Result Init(EmuWindow* emu_window); +bool IsPoweredOn(); void Shutdown(); } |