mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-12-28 23:03:01 +05:00
Fix VC JP ASLR conflict
This commit is contained in:
parent
f49b8696d9
commit
2b64e74069
1 changed files with 1 additions and 1 deletions
|
@ -2419,7 +2419,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||||
else if ( version == 2 ) Patch_VC_Steam(width, height);
|
else if ( version == 2 ) Patch_VC_Steam(width, height);
|
||||||
|
|
||||||
// Y axis sensitivity only
|
// Y axis sensitivity only
|
||||||
else if (*(DWORD*)0x601048 == 0x5E5F5D60) Patch_VC_JP();
|
else if (*(DWORD*)Memory::DynBaseAddress(0x601048) == 0x5E5F5D60) Patch_VC_JP();
|
||||||
|
|
||||||
Patch_VC_Common();
|
Patch_VC_Common();
|
||||||
Common::Patches::III_VC_Common();
|
Common::Patches::III_VC_Common();
|
||||||
|
|
Loading…
Reference in a new issue