mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 08:49:02 -05:00
system: Add a function to see if the emulator is running.
This commit is contained in:
@ -16,6 +16,7 @@ enum class Result {
|
||||
};
|
||||
|
||||
Result Init(EmuWindow* emu_window);
|
||||
bool IsPoweredOn();
|
||||
void Shutdown();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user