From f7552f7c3292aaa8147ba4b64a871653661284ba Mon Sep 17 00:00:00 2001 From: TuxSH Date: Tue, 10 May 2016 02:12:44 +0200 Subject: [PATCH] Update patcher.c --- injector/source/patcher.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}