We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308764a commit 9db402dCopy full SHA for 9db402d
dlls/ntdll/unix/loader.c
@@ -2068,6 +2068,7 @@ static void hacks_init(void)
2068
else if (main_argc > 1)
2069
{
2070
alert_simulate_sched_quantum = !!strstr(main_argv[1], "GTA5.exe");
2071
+ alert_simulate_sched_quantum = alert_simulate_sched_quantum || !!strstr(main_argv[1], "MarySkelter2.exe");
2072
}
2073
if (alert_simulate_sched_quantum)
2074
ERR("HACK: Simulating sched quantum in NtWaitForAlertByThreadId.\n");
0 commit comments