From 8272fb03566fecdbc358e8d265c909e9d14b2918 Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Tue, 1 Nov 2022 19:24:45 -0600 Subject: [PATCH] proton: Enable gamedrive compat option for As Dusk Fails. CW-Bug-Id: #21485 --- proton | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/proton b/proton index 5ff1c1b5..42c45961 100755 --- a/proton +++ b/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: