mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-28 15:45:50 +03:00
parent
6e584890c0
commit
1a349add90
3
proton
3
proton
@ -1395,6 +1395,9 @@ class Session:
|
||||
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"
|
||||
|
||||
if "forcelgadd" in self.compat_config:
|
||||
self.env["WINE_LARGE_ADDRESS_AWARE"] = "1"
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user