proton: Enable gamedrive compat option for As Dusk Fails.
CW-Bug-Id: #21485
This commit is contained in:
parent
8e67412fcc
commit
f693c48a4c
1 changed files with 3 additions and 0 deletions
3
proton
3
proton
|
@ -1058,6 +1058,9 @@ def default_compat_config():
|
|||
if appid == "1621680":
|
||||
ret.add("noforcelgadd")
|
||||
|
||||
if appid == "1341820":
|
||||
ret.add("gamedrive")
|
||||
|
||||
if appid in [
|
||||
"202990", #Call of Duty: Black Ops II - Multiplayer
|
||||
"212910", #Call of Duty: Black Ops II - Zombies
|
||||
|
|
Loading…
Reference in a new issue