mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
Optionally delete savestate that gets loaded at boot
This commit is contained in:
parent
f9a0511937
commit
82a6701f79
4 changed files with 27 additions and 14 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue