Update patcher.c
This commit is contained in:
parent
4483b65b25
commit
f7552f7c32
@ -364,7 +364,7 @@ void patchCode(u64 progId, u8 *code, u32 size)
|
|||||||
0xE0, 0x1E, 0xFF, 0x2F, 0xE1, 0x01, 0x01, 0x01
|
0xE0, 0x1E, 0xFF, 0x2F, 0xE1, 0x01, 0x01, 0x01
|
||||||
};
|
};
|
||||||
|
|
||||||
static const u8 fpdVerPatch = 0x05;
|
static const u8 fpdVerPatch = 0x06;
|
||||||
|
|
||||||
//Allow online access to work with old friends modules
|
//Allow online access to work with old friends modules
|
||||||
patchMemory(code, size,
|
patchMemory(code, size,
|
||||||
|
Reference in New Issue
Block a user