mirror of
https://github.com/wiiu-env/homebrew_on_menu_plugin.git
synced 2024-11-21 18:19:15 +01:00
Use WUPS 0.4
This commit is contained in:
parent
233b35edbe
commit
33f725ae87
@ -1,6 +1,6 @@
|
||||
FROM wiiuenv/devkitppc:20210101
|
||||
|
||||
COPY --from=wiiuenv/wiiupluginsystem:20210109 /artifacts $DEVKITPRO
|
||||
COPY --from=wiiuenv/wiiupluginsystem:20210316 /artifacts $DEVKITPRO
|
||||
COPY --from=wiiuenv/librpxloader:20210116 /artifacts $DEVKITPRO
|
||||
|
||||
WORKDIR project
|
@ -49,7 +49,7 @@ void readCustomTitlesFromSD();
|
||||
|
||||
extern "C" void _SYSLaunchTitleWithStdArgsInNoSplash(uint64_t, uint32_t);
|
||||
|
||||
WUPS_USE_WUT_CRT()
|
||||
WUPS_USE_WUT_DEVOPTAB()
|
||||
|
||||
INITIALIZE_PLUGIN() {
|
||||
memset((void *) ¤t_launched_title_info, 0, sizeof(current_launched_title_info));
|
||||
@ -59,7 +59,7 @@ INITIALIZE_PLUGIN() {
|
||||
gHomebrewLaunched = FALSE;
|
||||
}
|
||||
|
||||
ON_APPLICATION_START(args) {
|
||||
ON_APPLICATION_START() {
|
||||
WHBLogUdpInit();
|
||||
|
||||
if (OSGetTitleID() == 0x0005001010040000L || // Wii U Menu JPN
|
||||
|
Loading…
Reference in New Issue
Block a user