From 7299895b4833521ebf80cc8812c734382e60225f Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 29 Aug 2016 21:28:31 -0400 Subject: system: Add a function to see if the emulator is running. --- src/core/system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/system.h') 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(); } -- cgit v1.2.3