mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-02-04 01:30:36 +03:00
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
4
proton
4
proton
@ -1180,6 +1180,10 @@ class Session:
|
|||||||
"beclient_x64.dll": "b,n",
|
"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.compat_config = default_compat_config()
|
||||||
self.cmdlineappend = []
|
self.cmdlineappend = []
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user