2.6.4: PD Loader version text fix

This commit is contained in:
nastys
2021-09-29 19:24:07 +02:00
parent ea968b1762
commit c2343f79f2
@@ -166,8 +166,8 @@ class PatchApplier710 : public PatchApplier {
if (nPDLoaderText && !nHideFreeplay)
{
InjectCode((void*)0x00000001409F61F0, { 0x50, 0x44, 0x20, 0x4C, 0x6F, 0x61, 0x64, 0x65, 0x72, 0x20, 0x00, 0x20,
'2', '.', '6', '.', '4'});
InjectCode((void*)0x00000001409F61F0, { 0x50, 0x44, 0x20, 0x4C, 0x6F, 0x61, 0x64, 0x65, 0x72, 0x20, 0x00,
0x20, 0x32, 0x2E, 0x36, 0x2E, 0x34});
printf("[Patches] Show PD Loader text\n");
}
}