[QuickPatch] Block XP support
This commit is contained in:
parent
1685a61288
commit
ff9fa7620e
@ -299,9 +299,9 @@ namespace Components
|
||||
// disable bind protection
|
||||
Utils::Hook::Set<BYTE>(0x4DACA2, 0xEB);
|
||||
|
||||
// require Windows 5
|
||||
Utils::Hook::Set<BYTE>(0x467ADF, 5);
|
||||
Utils::Hook::Set<char>(0x6DF5D6, '5');
|
||||
// require Windows 6 (Vista)
|
||||
Utils::Hook::Set<BYTE>(0x467ADF, 6);
|
||||
Utils::Hook::Set<char>(0x6DF5D6, '6');
|
||||
|
||||
// disable 'ignoring asset' notices
|
||||
Utils::Hook::Nop(0x5BB902, 5);
|
||||
|
Loading…
Reference in New Issue
Block a user