mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-11-21 21:12:29 +01:00
Fix VC JP ASLR conflict
This commit is contained in:
parent
f49b8696d9
commit
2b64e74069
@ -2419,7 +2419,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||
else if ( version == 2 ) Patch_VC_Steam(width, height);
|
||||
|
||||
// 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();
|
||||
Common::Patches::III_VC_Common();
|
||||
|
Loading…
Reference in New Issue
Block a user