mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-28 06:28:20 +03:00
proton: Disable GL_ARB_bindless_texture for Zaccaria Pinball.
CW-Bug-Id: #23874
This commit is contained in:
parent
bf479d31d9
commit
6e584890c0
3
proton
3
proton
@ -1392,6 +1392,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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user