mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-04-18 21:22:54 +00:00
Fixes
This commit is contained in:
parent
08727330e1
commit
c1d0a354c2
@ -87,7 +87,12 @@ void patch_t6(const uint32_t pid)
|
||||
|
||||
void try_patch_t6()
|
||||
{
|
||||
const auto pid = get_process_id_from_window(nullptr, "Call of Duty" "\xAE" ": Black Ops II - Multiplayer");
|
||||
auto pid = get_process_id_from_window(nullptr, "Call of Duty" "\xAE" ": Black Ops II - Multiplayer");
|
||||
if (!pid)
|
||||
{
|
||||
pid = get_process_id_from_window("CoDBlackOps", nullptr);
|
||||
}
|
||||
|
||||
if (pid)
|
||||
{
|
||||
printf("Patching T6...\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user