mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-23 10:50:01 +00:00
WiiUtils: Add function to check if system menu is installed
This commit is contained in:
parent
2fc7671eaf
commit
36257f7f42
2 changed files with 14 additions and 0 deletions
|
@ -27,4 +27,6 @@ public final class WiiUtils
|
|||
public static native void importNANDBin(String file);
|
||||
|
||||
public static native int doOnlineUpdate(String region, WiiUpdateCallback callback);
|
||||
|
||||
public static native boolean isSystemMenuInstalled();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue