1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-05-31 16:37:43 +00:00
This commit is contained in:
momo5502 2024-04-15 20:39:25 +02:00
parent 08727330e1
commit c1d0a354c2

View File

@ -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");