mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
FIRMInstaller: Remove crypto check
... this interfered with installation to corrupted partitions and is no more required anyways.
This commit is contained in:
parent
0f42426115
commit
422e54dca4
@ -519,11 +519,6 @@ u32 SafeInstallFirmBuffered(const char* path, u32 slots, u8* buffer, u32 bufsiz)
|
||||
ShowPrompt(false, "%s\nFIRM%lu not found or too small.", pathstr, s);
|
||||
return 1;
|
||||
}
|
||||
if ((ReadNandBytes(lmagic, info.sector*0x200, sizeof(firm_magic), info.keyslot, NAND_SYSNAND) != 0) ||
|
||||
(memcmp(lmagic, firm_magic, sizeof(firm_magic)) != 0)) {
|
||||
ShowPrompt(false, "%s\nFIRM%lu crypto fail.", pathstr, s);
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
// check sector 0x96 on N3DS, offer fix if required
|
||||
|
Loading…
x
Reference in New Issue
Block a user