proton: Disable builtin opencl by default.

CW-Bug-Id: #25276
This commit is contained in:
Paul Gofman 2025-04-23 19:29:16 -06:00 committed by Arkadiusz Hiler
parent 8f5d26a890
commit cb9d852bc7

3
proton
View File

@ -1426,6 +1426,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 = []