MainAndroid: Allow specifying savestate to load at boot

This commit is contained in:
JosJuice
2017-12-26 22:08:44 +01:00
committed by mahdihijazi
parent a81cbf60fb
commit 87957faddd
2 changed files with 26 additions and 6 deletions

View File

@ -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();