Update fpdver

This commit is contained in:
Aurora Wright 2017-09-19 14:46:42 +02:00
parent 4116c1e00f
commit f67d333457

View File

@ -656,7 +656,7 @@ void patchCode(u64 progId, u16 progVer, u8 *code, u32 size, u32 textSize, u32 ro
0x42, 0xE0, 0x1E, 0xFF
};
u8 mostRecentFpdVer = 10;
u8 mostRecentFpdVer = 0xB;
u8 *off = memsearch(code, pattern, textSize, sizeof(pattern));