proton: Enable gamedrive compat option for Train Simulator and DARK
SOULS III. CW-Bug-Id: #22421
This commit is contained in:
parent
996672f057
commit
06156dfe25
1 changed files with 5 additions and 3 deletions
8
proton
8
proton
|
@ -1061,9 +1061,11 @@ def default_compat_config():
|
|||
ret.add("noforcelgadd")
|
||||
|
||||
if appid in [
|
||||
"1341820",
|
||||
"280790",
|
||||
"306130",
|
||||
"1341820", #As Dusk falls
|
||||
"280790", #Creativerse
|
||||
"306130", #The Elder Scrolls Online
|
||||
"24010", #Train Simulator
|
||||
"374320", #DARK SOULS III
|
||||
]:
|
||||
ret.add("gamedrive")
|
||||
|
||||
|
|
Loading…
Reference in a new issue