mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-05-24 02:22:08 +02:00
parent
a7ab8b4118
commit
b2ccc51a77
3
proton
3
proton
@ -1340,6 +1340,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…
x
Reference in New Issue
Block a user