mirror of
https://github.com/wiiu-env/PayloadFromRPX.git
synced 2025-02-20 05:02:43 +01:00
Use the latest wut version
This commit is contained in:
parent
de4405ecf9
commit
b38d54eb5f
@ -1,7 +1,3 @@
|
|||||||
FROM wiiuenv/devkitppc:20210920
|
FROM wiiuenv/devkitppc:20220724
|
||||||
|
|
||||||
COPY --from=wiiuenv/devkitarm:20210917 $DEVKITPRO/devkitARM $DEVKITPRO/devkitARM
|
|
||||||
|
|
||||||
ENV DEVKITARM=/opt/devkitpro/devkitARM
|
|
||||||
|
|
||||||
WORKDIR project
|
WORKDIR project
|
@ -1,19 +1,15 @@
|
|||||||
#include <coreinit/time.h>
|
|
||||||
#include <cstdio>
|
|
||||||
#include <cstring>
|
|
||||||
|
|
||||||
#include <coreinit/foreground.h>
|
|
||||||
|
|
||||||
#include <nn/act/client_cpp.h>
|
|
||||||
|
|
||||||
#include <coreinit/screen.h>
|
|
||||||
#include <coreinit/thread.h>
|
|
||||||
#include <proc_ui/procui.h>
|
|
||||||
|
|
||||||
#include "ElfUtils.h"
|
#include "ElfUtils.h"
|
||||||
#include "ios_exploit.h"
|
#include "ios_exploit.h"
|
||||||
#include "utils/logger.h"
|
#include "utils/logger.h"
|
||||||
#include <coreinit/cache.h>
|
#include <coreinit/cache.h>
|
||||||
|
#include <coreinit/foreground.h>
|
||||||
|
#include <coreinit/screen.h>
|
||||||
|
#include <coreinit/thread.h>
|
||||||
|
#include <coreinit/time.h>
|
||||||
|
#include <cstdio>
|
||||||
|
#include <cstring>
|
||||||
|
#include <nn/act/client_cpp.h>
|
||||||
|
#include <proc_ui/procui.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <sysapp/launch.h>
|
#include <sysapp/launch.h>
|
||||||
#include <sysapp/title.h>
|
#include <sysapp/title.h>
|
||||||
@ -47,9 +43,6 @@ bool CheckRunning() {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" void _SYSLaunchMenuWithCheckingAccount(nn::act::SlotNo slot);
|
|
||||||
extern "C" void SYSLaunchMiiStudio(void *SysMiiStudioArgs);
|
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
WHBLogUdpInit();
|
WHBLogUdpInit();
|
||||||
|
|
||||||
@ -146,7 +139,7 @@ int main(int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void forceDefaultTitleIDToWiiUMenu() { // Restore the default title id to the normal Wii U Menu.
|
void forceDefaultTitleIDToWiiUMenu() { // Restore the default title id to the normal Wii U Menu.
|
||||||
unsigned long long sysmenuIdUll = _SYSGetSystemApplicationTitleId(SYSTEM_APP_ID_HOME_MENU);
|
unsigned long long sysmenuIdUll = _SYSGetSystemApplicationTitleId(SYSTEM_APP_ID_WII_U_MENU);
|
||||||
memcpy((void *) 0xF417FFF0, &sysmenuIdUll, 8);
|
memcpy((void *) 0xF417FFF0, &sysmenuIdUll, 8);
|
||||||
DCStoreRange((void *) 0xF417FFF0, 0x8);
|
DCStoreRange((void *) 0xF417FFF0, 0x8);
|
||||||
DEBUG_FUNCTION_LINE("Forcing start of title: %016llX", sysmenuIdUll);
|
DEBUG_FUNCTION_LINE("Forcing start of title: %016llX", sysmenuIdUll);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user