diff --git a/proton b/proton index 0c04aa41..f20ca9b6 100755 --- a/proton +++ b/proton @@ -1340,6 +1340,9 @@ class Session: if os.environ.get("SteamGameId", 0) == "352130": del self.dlloverrides["steam.exe"] + if os.environ.get("SteamGameId", 0) not in ["2767030"]: + self.dlloverrides["opencl"] = "n,d" + self.compat_config = default_compat_config() self.cmdlineappend = []