mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-31 00:55:37 +03:00
proton: Enable gamedrive compat option for As Dusk Fails.
CW-Bug-Id: #21485
This commit is contained in:
parent
ad1a597368
commit
fd7c705a69
3
proton
3
proton
@ -1059,6 +1059,9 @@ def default_compat_config():
|
|||||||
if appid == "1621680":
|
if appid == "1621680":
|
||||||
ret.add("noforcelgadd")
|
ret.add("noforcelgadd")
|
||||||
|
|
||||||
|
if appid == "1341820":
|
||||||
|
ret.add("gamedrive")
|
||||||
|
|
||||||
if appid in [
|
if appid in [
|
||||||
"202990", #Call of Duty: Black Ops II - Multiplayer
|
"202990", #Call of Duty: Black Ops II - Multiplayer
|
||||||
"212910", #Call of Duty: Black Ops II - Zombies
|
"212910", #Call of Duty: Black Ops II - Zombies
|
||||||
|
Loading…
Reference in New Issue
Block a user