Fix 11.2 FIRM support

This commit is contained in:
Aurora
2016-10-25 15:47:04 +02:00
parent 035751980d
commit 5d868284c6
2 changed files with 10 additions and 6 deletions

View File

@@ -381,7 +381,7 @@ void patchCode(u64 progId, u8 *code, u32 size)
0xE0, 0x1E, 0xFF, 0x2F, 0xE1, 0x01, 0x01
};
u8 mostRecentFpdVer = 7;
u8 mostRecentFpdVer = 8;
u8 *fpdVer = memsearch(code, fpdVerPattern, size, sizeof(fpdVerPattern));