Fix NS version

This commit is contained in:
Aurora 2016-11-03 19:36:08 +01:00
parent b6640d118d
commit cef947d67d

View File

@ -418,7 +418,7 @@ void patchCode(u64 progId, u16 progVer, u8 *code, u32 size)
else if(progId == 0x0004013000008002LL) //NS else if(progId == 0x0004013000008002LL) //NS
{ {
if(progVer >= 0xD) if(progVer > 4)
{ {
static const u8 stopCartUpdatesPattern[] = { static const u8 stopCartUpdatesPattern[] = {
0x0C, 0x18, 0xE1, 0xD8 0x0C, 0x18, 0xE1, 0xD8