mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
MainAndroid: Add wrapper for Core::IsRunning
This commit is contained in:
@@ -349,6 +349,9 @@ public final class NativeLibrary
|
||||
/** Stops emulation. */
|
||||
public static native void StopEmulation();
|
||||
|
||||
/** Returns true if emulation is running (or is paused). */
|
||||
public static native boolean IsRunning();
|
||||
|
||||
/**
|
||||
* Enables or disables CPU block profiling
|
||||
* @param enable
|
||||
|
||||
Reference in New Issue
Block a user