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() 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) if (pid)
{ {
printf("Patching T6...\n"); printf("Patching T6...\n");