Optionally delete savestate that gets loaded at boot

This commit is contained in:
JosJuice
2017-12-28 10:13:53 +01:00
committed by mahdihijazi
parent f9a0511937
commit 82a6701f79
4 changed files with 27 additions and 14 deletions

View File

@ -343,7 +343,7 @@ public final class NativeLibrary
/**
* Begins emulation from the specified savestate.
*/
public static native void Run(String path, String savestatePath);
public static native void Run(String path, String savestatePath, boolean deleteSavestate);
// Surface Handling
public static native void SurfaceChanged(Surface surf);