mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 11:08:56 +00:00
WiiUtils: Add function to get current system menu version
This commit is contained in:
parent
36257f7f42
commit
30d51348f9
2 changed files with 16 additions and 0 deletions
|
@ -29,4 +29,6 @@ public final class WiiUtils
|
|||
public static native int doOnlineUpdate(String region, WiiUpdateCallback callback);
|
||||
|
||||
public static native boolean isSystemMenuInstalled();
|
||||
|
||||
public static native String getSystemMenuVersion();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue