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:
parent
c48b88d7b9
commit
d3fb3759a6
1 changed files with 1 additions and 0 deletions
1
proton
1
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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue