Skip to content

Commit 9db402d

Browse files
Paul Gofmanivyl
Paul Gofman
authored andcommitted
ntdll: HACK: Enable WINE_ALERT_SIMULATE_SCHED_QUANTUM option for Mary Skelter 2.
CW-Bug-Id: #24283
1 parent 308764a commit 9db402d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dlls/ntdll/unix/loader.c

+1
Original file line numberDiff line numberDiff line change
@@ -2068,6 +2068,7 @@ static void hacks_init(void)
20682068
else if (main_argc > 1)
20692069
{
20702070
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");
20712072
}
20722073
if (alert_simulate_sched_quantum)
20732074
ERR("HACK: Simulating sched quantum in NtWaitForAlertByThreadId.\n");

0 commit comments

Comments
 (0)