mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 13:37:47 +00:00
system: Add a function to see if the emulator is running.
This commit is contained in:
parent
cfefb55db2
commit
e3672db866
2 changed files with 11 additions and 0 deletions
|
@ -16,6 +16,7 @@ enum class Result {
|
|||
};
|
||||
|
||||
Result Init(EmuWindow* emu_window);
|
||||
bool IsPoweredOn();
|
||||
void Shutdown();
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue