mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
WiiUtils: Add function to get current system menu version
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user