Don't do firmlaunch patches on safe_firm (because of USM)

This commit is contained in:
TuxSH 2020-05-03 01:53:35 +01:00
parent 92da214066
commit daaeb97834

View File

@ -541,7 +541,8 @@ u32 patch1x2xNativeAndSafeFirm(void)
// Add some other patches to the mix, as we can now launch homebrew on SAFE_FIRM: // Add some other patches to the mix, as we can now launch homebrew on SAFE_FIRM:
//Apply firmlaunch patches //Apply firmlaunch patches
ret += patchFirmlaunches(process9Offset, process9Size, process9MemAddr); //Or don't, this makes usm not work
//ret += patchFirmlaunches(process9Offset, process9Size, process9MemAddr);
ret += patchKernel9Panic(arm9Section, kernel9Size); ret += patchKernel9Panic(arm9Section, kernel9Size);
ret += patchP9AccessChecks(process9Offset, process9Size); ret += patchP9AccessChecks(process9Offset, process9Size);