diff --git a/injector/source/patcher.c b/injector/source/patcher.c index dafa7d4..d001b78 100644 --- a/injector/source/patcher.c +++ b/injector/source/patcher.c @@ -364,7 +364,7 @@ void patchCode(u64 progId, u8 *code, u32 size) 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 patchMemory(code, size, @@ -504,4 +504,4 @@ void patchCode(u64 progId, u8 *code, u32 size) break; } -} \ No newline at end of file +}