Patches fail on applets

This commit is contained in:
Aurora 2016-11-26 15:01:07 +01:00
parent e177f9e0fe
commit bc6d9994dc

View File

@ -731,7 +731,7 @@ void patchCode(u64 progId, u16 progVer, u8 *code, u32 size)
) != 3) goto error; ) != 3) goto error;
} }
if(CONFIG(PATCHGAMES) && (u32)((progId >> 0x20) & 0xFFFFFFCDULL) == 0x00040000) if(CONFIG(PATCHGAMES) && (u32)((progId >> 0x20) & 0xFFFFFFEDULL) == 0x00040000)
{ {
u8 regionId = 0xFF, u8 regionId = 0xFF,
languageId; languageId;