From d3fb3759a649e23b74b2ddf14a9b5831bc9eb0ce Mon Sep 17 00:00:00 2001 From: John Brooks Date: Wed, 20 Dec 2023 19:33:26 -0500 Subject: [PATCH] proton: Enable gamedrive compat option for Descent 3 Descent 3 corrupts its stack if the installation path is too long. The return pointer gets overwritten with the path to the intro movie and we crash. Signed-off-by: John Brooks Link: https://github.com/ValveSoftware/Proton/pull/7365 --- proton | 1 + 1 file changed, 1 insertion(+) diff --git a/proton b/proton index b96043a1..166b4003 100755 --- a/proton +++ b/proton @@ -1096,6 +1096,7 @@ def default_compat_config(): "383120", #Empyrion - Galactic Survival "2371630", #Sword Art Online: Integral Factor "460790", #Bayonetta + "273590", #Descent 3 ]: ret.add("gamedrive")