Skip to content

Commit

Permalink
ntdll: HACK: Enable WINESTEAMNOEXEC for Monster Hunter Raise.
Browse files Browse the repository at this point in the history
CW-Bug-Id: #23298
  • Loading branch information
Paul Gofman committed Jan 22, 2024
1 parent acbb48e commit 711601a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dlls/ntdll/unix/loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -2336,7 +2336,8 @@ static void hacks_init(void)
ERR("HACK: Simulating sched quantum in NtWaitForAlertByThreadId.\n");

sgi = getenv("SteamGameId");
if (sgi && (!strcmp(sgi, "50130") || !strcmp(sgi, "202990") || !strcmp(sgi, "212910") || !strcmp(sgi, "25700")))
if (sgi && (!strcmp(sgi, "50130") || !strcmp(sgi, "202990") || !strcmp(sgi, "212910") || !strcmp(sgi, "25700")
|| !strcmp(sgi, "1446780")))
setenv("WINESTEAMNOEXEC", "1", 0);

env_str = getenv("WINE_NO_PRIV_ELEVATION");
Expand Down

0 comments on commit 711601a

Please sign in to comment.