Minor stuff
This commit is contained in:
parent
9b724d776e
commit
273d0b2ce9
@ -490,7 +490,7 @@ void patchCode(u64 progId, u16 progVer, u8 *code, u32 size)
|
||||
}
|
||||
}
|
||||
|
||||
else if(progId == 0x0004013000003702LL && progVer >= 1) // RO
|
||||
else if(progId == 0x0004013000003702LL && progVer > 0) //RO
|
||||
{
|
||||
static const u8 sigCheckPattern[] = {
|
||||
0x20, 0xA0, 0xE1, 0x8B
|
||||
|
Reference in New Issue
Block a user