mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
NativeLibrary: Add function to start system menu
This commit is contained in:
@@ -387,6 +387,11 @@ public final class NativeLibrary
|
||||
public static native void Run(String[] path, boolean riivolution, String savestatePath,
|
||||
boolean deleteSavestate);
|
||||
|
||||
/**
|
||||
* Begins emulation of the System Menu.
|
||||
*/
|
||||
public static native void RunSystemMenu();
|
||||
|
||||
public static native void ChangeDisc(String path);
|
||||
|
||||
// Surface Handling
|
||||
|
||||
Reference in New Issue
Block a user