Skip to content

Commit

Permalink
ntdll: HACK: Enable WINESTEAMNOEXEC for more games.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivyl committed Jan 23, 2024
1 parent 71b97e6 commit 41290c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlls/ntdll/unix/loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -2337,7 +2337,7 @@ static void hacks_init(void)

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

env_str = getenv("WINE_NO_PRIV_ELEVATION");
Expand Down

0 comments on commit 41290c0

Please sign in to comment.