mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-23 19:06:11 -05:00
MainAndroid: Allow specifying savestate to load at boot
This commit is contained in:
@@ -336,6 +336,11 @@ public final class NativeLibrary
|
||||
*/
|
||||
public static native void Run(String path);
|
||||
|
||||
/**
|
||||
* Begins emulation from the specified savestate.
|
||||
*/
|
||||
public static native void Run(String path, String savestatePath);
|
||||
|
||||
// Surface Handling
|
||||
public static native void SurfaceChanged(Surface surf);
|
||||
public static native void SurfaceDestroyed();
|
||||
|
||||
Reference in New Issue
Block a user