From a49bdd89b9c1031c5f4557b071edb2621f34d631 Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Fri, 25 Apr 2025 12:19:53 -0600 Subject: [PATCH] proton: Add OPENSSL_ia32cap env var for some games. CW-Bug-Id: #25283 --- proton | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/proton b/proton index 3bf58b22..88e521f2 100755 --- a/proton +++ b/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"