Revert "proton: Disable GL_ARB_bindless_texture for Zaccaria Pinball."

This reverts commit 6e584890c03829036cd5e0d8d59de2847b3c9be2.

CW-Bug-Id: #23874
This commit is contained in:
Paul Gofman 2025-04-08 09:19:27 -06:00 committed by Arkadiusz Hiler
parent f317747673
commit c42989d39e

3
proton
View File

@ -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"