From 1a349add90ee59cc340571b6665dbece47121671 Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Wed, 12 Jun 2024 18:36:25 -0600 Subject: [PATCH] proton: Prefer native ddraw for Arcanum (500810). CW-Bug-Id: #23916 --- proton | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proton b/proton index 712efdd0..14753558 100755 --- a/proton +++ b/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: