mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 16:24:31 +01:00
proton: Enable gamedrive compat option for As Dusk Fails.
CW-Bug-Id: #21485
This commit is contained in:
parent
8a28617f0f
commit
8272fb0356
1 changed files with 3 additions and 1 deletions
4
proton
4
proton
|
|
@ -1060,6 +1060,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
|
||||
|
|
@ -1149,7 +1152,6 @@ def default_compat_config():
|
|||
"1249800", #xuan-yuan sword VII
|
||||
]:
|
||||
ret.add("enablenvapi")
|
||||
|
||||
return ret
|
||||
|
||||
class Session:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue