From 33b0da5fb1cd694069792b5a39bd940758123bcf Mon Sep 17 00:00:00 2001 From: Zhiyi Zhang Date: Tue, 27 Dec 2022 10:36:58 +0800 Subject: [PATCH] proton: Do use builtin steam.exe for Locoland. Locoland(352130) executable name happens to be steam.exe. CW-Bug-Id: #21737 --- proton | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proton b/proton index 7b8fed6c..e6747e44 100755 --- a/proton +++ b/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 = []