Update fpdver
This commit is contained in:
parent
4116c1e00f
commit
f67d333457
@ -656,7 +656,7 @@ void patchCode(u64 progId, u16 progVer, u8 *code, u32 size, u32 textSize, u32 ro
|
|||||||
0x42, 0xE0, 0x1E, 0xFF
|
0x42, 0xE0, 0x1E, 0xFF
|
||||||
};
|
};
|
||||||
|
|
||||||
u8 mostRecentFpdVer = 10;
|
u8 mostRecentFpdVer = 0xB;
|
||||||
|
|
||||||
u8 *off = memsearch(code, pattern, textSize, sizeof(pattern));
|
u8 *off = memsearch(code, pattern, textSize, sizeof(pattern));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user