mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-08-24 22:59:34 +03:00
parent
8f5d26a890
commit
cb9d852bc7
1 changed files with 3 additions and 0 deletions
3
proton
3
proton
|
@ -1426,6 +1426,9 @@ class Session:
|
||||||
if os.environ.get("SteamGameId", 0) == "352130":
|
if os.environ.get("SteamGameId", 0) == "352130":
|
||||||
del self.dlloverrides["steam.exe"]
|
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.compat_config = default_compat_config()
|
||||||
self.cmdlineappend = []
|
self.cmdlineappend = []
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue