mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
MainAndroid: Add wrapper for Core::IsRunning
This commit is contained in:
parent
d9dd210739
commit
a81cbf60fb
2 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue