[QuickPatch] Allow windows 5 again
This commit is contained in:
parent
f2aff65d68
commit
688a5d9cac
@ -293,12 +293,9 @@ namespace Components
|
|||||||
// disable bind protection
|
// disable bind protection
|
||||||
Utils::Hook::Set<BYTE>(0x4DACA2, 0xEB);
|
Utils::Hook::Set<BYTE>(0x4DACA2, 0xEB);
|
||||||
|
|
||||||
// require Windows 6 (Vista)
|
// require Windows 5
|
||||||
if (!Utils::IsWineEnvironment())
|
Utils::Hook::Set<BYTE>(0x467ADF, 5);
|
||||||
{
|
Utils::Hook::Set<char>(0x6DF5D6, '5');
|
||||||
Utils::Hook::Set<BYTE>(0x467ADF, 6);
|
|
||||||
Utils::Hook::Set<char>(0x6DF5D6, '6');
|
|
||||||
}
|
|
||||||
|
|
||||||
// disable 'ignoring asset' notices
|
// disable 'ignoring asset' notices
|
||||||
Utils::Hook::Nop(0x5BB902, 5);
|
Utils::Hook::Nop(0x5BB902, 5);
|
||||||
|
Loading…
Reference in New Issue
Block a user