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 <john@fastquake.com>
Link: https://github.com/ValveSoftware/Proton/pull/7365
This commit is contained in:
John Brooks 2023-12-20 19:33:26 -05:00 committed by Anna Lasky
parent c48b88d7b9
commit d3fb3759a6

1
proton
View file

@ -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")