From c42989d39e80348db16ee4506d58694cb14ca3bf Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Tue, 8 Apr 2025 09:19:27 -0600 Subject: [PATCH] Revert "proton: Disable GL_ARB_bindless_texture for Zaccaria Pinball." This reverts commit 6e584890c03829036cd5e0d8d59de2847b3c9be2. CW-Bug-Id: #23874 --- proton | 3 --- 1 file changed, 3 deletions(-) diff --git a/proton b/proton index 0d696e1b..4603b392 100755 --- a/proton +++ b/proton @@ -1616,9 +1616,6 @@ class Session: #nvidia override self.env["__GL_ExtensionStringVersion"] = "17700" - if os.environ.get("SteamGameId", 0) == "444930": - self.env["MESA_EXTENSION_OVERRIDE"] = "-GL_ARB_bindless_texture" - if os.environ.get("SteamGameId", 0) == "500810": self.dlloverrides["ddraw"] = "n,b"