mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-05-10 05:39:40 +03:00
parent
cb9d852bc7
commit
a49bdd89b9
7
proton
7
proton
@ -1621,6 +1621,13 @@ class Session:
|
||||
#nvidia override
|
||||
self.env["__GL_ExtensionStringVersion"] = "17700"
|
||||
|
||||
if os.environ.get("SteamGameId", 0) in [
|
||||
"661920",
|
||||
"558260",
|
||||
"386360",
|
||||
]:
|
||||
self.env["OPENSSL_ia32cap"] = "~0x20000000"
|
||||
|
||||
if os.environ.get("SteamGameId", 0) == "500810":
|
||||
self.dlloverrides["ddraw"] = "n,b"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user