From 874adce46c5812e46ffea56164155b4aea57727e Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Mon, 3 Jun 2024 11:46:37 -0600 Subject: [PATCH] proton: Disable GL_ARB_bindless_texture for Zaccaria Pinball. CW-Bug-Id: #23874 --- proton | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proton b/proton index 30af9be1..7a2b25f4 100755 --- a/proton +++ b/proton @@ -1381,6 +1381,9 @@ 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 "forcelgadd" in self.compat_config: self.env["WINE_LARGE_ADDRESS_AWARE"] = "1" else: