Update patcher.c

This commit is contained in:
TuxSH 2016-05-10 02:12:44 +02:00
parent 4483b65b25
commit f7552f7c32

View File

@ -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;
}
}
}