mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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