proton: Do use builtin steam.exe for Locoland.
Locoland(352130) executable name happens to be steam.exe. CW-Bug-Id: #21737
This commit is contained in:
parent
ea07c02886
commit
33b0da5fb1
1 changed files with 4 additions and 0 deletions
4
proton
4
proton
|
@ -1180,6 +1180,10 @@ class Session:
|
|||
"beclient_x64.dll": "b,n",
|
||||
}
|
||||
|
||||
# CW Bug 21737. Locoland executable happens to be steam.exe.
|
||||
if os.environ.get("SteamGameId", 0) == "352130":
|
||||
del self.dlloverrides["steam.exe"]
|
||||
|
||||
self.compat_config = default_compat_config()
|
||||
self.cmdlineappend = []
|
||||
|
||||
|
|
Loading…
Reference in a new issue