mirror of
https://github.com/wiiu-env/MochaPayload.git
synced 2024-11-10 18:25:07 +01:00
Stop redirecting the Daily Log to "wiiu/apps/homebrew_launcher/homebrew_launcher.rpx" if the file is on the sd card
This commit is contained in:
parent
0738c638dc
commit
4bcf1a1b72
@ -91,16 +91,6 @@ int _MCP_LoadFile_patch(ipcmessage *msg) {
|
||||
replace_target = LOAD_RPX_TARGET_SD_CARD;
|
||||
replace_filesize = 0; // unknown
|
||||
replace_fileoffset = 0;
|
||||
} else if (strncmp(request->name, "safe.rpx", strlen("safe.rpx")) == 0 || strncmp(request->name, "ply.rpx", strlen("ply.rpx")) == 0) {
|
||||
// if we don't explicitly replace files, we do want replace the Health and Safety app with the HBL
|
||||
if (request->pos == 0 && !doWantReplaceRPX) {
|
||||
replace_path = "wiiu/apps/homebrew_launcher/homebrew_launcher.rpx";
|
||||
replace_target = LOAD_RPX_TARGET_SD_CARD;
|
||||
//doWantReplaceXML = false;
|
||||
doWantReplaceRPX = true;
|
||||
replace_filesize = 0; // unknown
|
||||
replace_fileoffset = 0;
|
||||
}
|
||||
} else if (!doWantReplaceRPX) {
|
||||
doWantReplaceRPX = false; // Only replace it once.
|
||||
replace_path = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user