mirror of
https://github.com/wiiu-env/SDHotSwapModule.git
synced 2024-11-17 00:49:21 +01:00
Add SDUtilsGetVersion
This commit is contained in:
parent
0c6b726d03
commit
82aa1e2073
@ -1,6 +1,6 @@
|
||||
FROM wiiuenv/devkitppc:20220303
|
||||
FROM wiiuenv/devkitppc:20220417
|
||||
|
||||
COPY --from=wiiuenv/wiiumodulesystem:20220123 /artifacts $DEVKITPRO
|
||||
COPY --from=wiiuenv/libsdutils:20220303 /artifacts $DEVKITPRO
|
||||
COPY --from=wiiuenv/libsdutils:20220428 /artifacts $DEVKITPRO
|
||||
|
||||
WORKDIR project
|
@ -48,5 +48,11 @@ bool SDUtilsRemoveAttachHandler(SDAttachHandlerFn fn) {
|
||||
return false;
|
||||
}
|
||||
|
||||
SDUtilsVersion SDUtilsGetVersion() {
|
||||
return SDUTILS_MODULE_VERSION;
|
||||
}
|
||||
|
||||
WUMS_EXPORT_FUNCTION(SDUtilsGetVersion);
|
||||
|
||||
WUMS_EXPORT_FUNCTION(SDUtilsAddAttachHandler);
|
||||
WUMS_EXPORT_FUNCTION(SDUtilsRemoveAttachHandler);
|
Loading…
Reference in New Issue
Block a user