Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gofman <pgofman@codeweavers.com>2022-09-14 01:41:57 +0300
committerArkadiusz Hiler <ahiler@codeweavers.com>2022-10-14 18:21:56 +0300
commit8d2e85be8cace00abe9690091caa9b3e31e0debe (patch)
treee8beb7a37851269806b1944f7bb3d8c59a129011
parent4ee7c0c66670bbdce6781930f1132f358ddd34bb (diff)
proton: Disable forced LAA for Sword and Fairy 4.
CW-Bug-Id: #21180
-rwxr-xr-xproton3
1 files changed, 3 insertions, 0 deletions
diff --git a/proton b/proton
index df4efd4d..0b1c26ae 100755
--- a/proton
+++ b/proton
@@ -1042,6 +1042,9 @@ def default_compat_config():
]:
ret.add("noopwr")
+ if appid == "1621680":
+ ret.add("noforcelgadd")
+
return ret
class Session: