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:
Zhiyi Zhang 2022-12-27 10:36:58 +08:00 committed by Arkadiusz Hiler
parent ea07c02886
commit 33b0da5fb1

4
proton
View file

@ -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 = []