mirror of
https://github.com/wiiu-env/MochaLite.git
synced 2025-02-23 06:47:11 +01:00
load a "root.rpx" instead of "payload.rpx"
This commit is contained in:
parent
5b57caecee
commit
4944c8e7dd
@ -111,7 +111,7 @@ int _MCP_LoadFile_patch(ipcmessage* msg) {
|
||||
FSA_Mount(fsa_h, "/dev/sdcard01", "/vol/storage_iosu_homebrew", 2, NULL, 0);
|
||||
svcClose(fsa_h);
|
||||
|
||||
char * f_path = "/vol/storage_iosu_homebrew/wiiu/payload.rpx";;
|
||||
char * f_path = "/vol/storage_iosu_homebrew/wiiu/root.rpx";;
|
||||
|
||||
int result = MCP_LoadCustomFile(f_path, msg, request);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user