NativeLibrary: Add function to start system menu

This commit is contained in:
OatmealDome 2022-01-09 17:47:30 -05:00
parent 30d51348f9
commit 8ad1292df7
2 changed files with 22 additions and 8 deletions

View file

@ -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