[Ceg]: Another one (#714)

This commit is contained in:
Edo 2023-01-11 15:19:42 +00:00 committed by GitHub
parent 62133aa505
commit 389da34dfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,9 @@ namespace Components
Utils::Hook::Nop(0x43CA16, 9);
Utils::Hook::Nop(0x505426, 9);
// Removed on IW5 MP (Unprotected but present on IW5 SP (protected) - CEG uninitialization / Steam Shutdown
Utils::Hook::Set<std::uint8_t>(0x4F6370, 0xC3);
// Disable some checks on certain game events
Utils::Hook::Nop(0x43EC96, 9);
Utils::Hook::Nop(0x4675C6, 9);