parent
bba7fe6fa7
commit
95f865dafd
1 changed files with 3 additions and 0 deletions
3
proton
3
proton
|
@ -1385,6 +1385,9 @@ class Session:
|
||||||
if os.environ.get("SteamGameId", 0) == "444930":
|
if os.environ.get("SteamGameId", 0) == "444930":
|
||||||
self.env["MESA_EXTENSION_OVERRIDE"] = "-GL_ARB_bindless_texture"
|
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:
|
if "forcelgadd" in self.compat_config:
|
||||||
self.env["WINE_LARGE_ADDRESS_AWARE"] = "1"
|
self.env["WINE_LARGE_ADDRESS_AWARE"] = "1"
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue