mirror of
https://github.com/wiiu-env/NotificationModule.git
synced 2026-03-22 18:34:39 -05:00
Compare commits
2 Commits
Notificati
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ffddd49812 | ||
|
|
eb80c4d43a |
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ghcr.io/wiiu-env/devkitppc:20240505
|
FROM ghcr.io/wiiu-env/devkitppc:20240704
|
||||||
|
|
||||||
COPY --from=ghcr.io/wiiu-env/libnotifications:20240426 /artifacts $DEVKITPRO
|
COPY --from=ghcr.io/wiiu-env/libnotifications:20240426 /artifacts $DEVKITPRO
|
||||||
COPY --from=ghcr.io/wiiu-env/libmappedmemory:20230621 /artifacts $DEVKITPRO
|
COPY --from=ghcr.io/wiiu-env/libmappedmemory:20230621 /artifacts $DEVKITPRO
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
WUMS_MODULE_EXPORT_NAME("homebrew_notifications");
|
WUMS_MODULE_EXPORT_NAME("homebrew_notifications");
|
||||||
|
|
||||||
#define VERSION "v0.1.2"
|
#define VERSION "v0.1.3"
|
||||||
|
|
||||||
WUMS_DEPENDS_ON(homebrew_memorymapping);
|
WUMS_DEPENDS_ON(homebrew_memorymapping);
|
||||||
WUMS_DEPENDS_ON(homebrew_functionpatcher);
|
WUMS_DEPENDS_ON(homebrew_functionpatcher);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user