mirror of
https://github.com/ValveSoftware/Proton.git
synced 2026-01-10 13:58:21 -05:00
Revert "proton: Disable GL_ARB_bindless_texture for Zaccaria Pinball."
This reverts commit 6e584890c0.
CW-Bug-Id: #23874
This commit is contained in:
committed by
Arkadiusz Hiler
parent
f317747673
commit
c42989d39e
3
proton
3
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user