mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 07:05:46 +03:00
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
8
proton
8
proton
@ -1061,9 +1061,11 @@ def default_compat_config():
|
|||||||
ret.add("noforcelgadd")
|
ret.add("noforcelgadd")
|
||||||
|
|
||||||
if appid in [
|
if appid in [
|
||||||
"1341820",
|
"1341820", #As Dusk falls
|
||||||
"280790",
|
"280790", #Creativerse
|
||||||
"306130",
|
"306130", #The Elder Scrolls Online
|
||||||
|
"24010", #Train Simulator
|
||||||
|
"374320", #DARK SOULS III
|
||||||
]:
|
]:
|
||||||
ret.add("gamedrive")
|
ret.add("gamedrive")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user