Add dev unit check
This commit is contained in:
parent
896a088199
commit
f7e570383a
@ -489,7 +489,7 @@ void patchCode(u64 progId, u16 progVer, u8 *code, u32 size)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
else if(progId == 0x0004013000003702LL && progVer > 0) //RO
|
||||
{
|
||||
static const u8 sigCheckPattern[] = {
|
||||
|
@ -58,7 +58,7 @@ u32 loadFirm(FirmwareType *firmType, FirmwareSource nandType, bool loadFromStora
|
||||
|
||||
bool mustLoadFromStorage = false;
|
||||
|
||||
if(!ISN3DS && *firmType == NATIVE_FIRM)
|
||||
if(!ISN3DS && *firmType == NATIVE_FIRM && !ISDEVUNIT)
|
||||
{
|
||||
if(firmVersion < 0x18)
|
||||
{
|
||||
|
Reference in New Issue
Block a user