mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-28 14:02:38 +00:00
NativeLibrary: Add function to start system menu
This commit is contained in:
parent
30d51348f9
commit
8ad1292df7
2 changed files with 22 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue