mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-04-19 13:42:55 +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()
|
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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user