proton: Disable forced LAA for Sword and Fairy 4.

CW-Bug-Id: #21180
This commit is contained in:
Paul Gofman 2022-09-13 17:41:57 -05:00 committed by Arkadiusz Hiler
parent 4ee7c0c666
commit 8d2e85be8c

3
proton
View file

@ -1042,6 +1042,9 @@ def default_compat_config():
]:
ret.add("noopwr")
if appid == "1621680":
ret.add("noforcelgadd")
return ret
class Session: