1
0
mirror of https://github.com/ValveSoftware/Proton.git synced 2025-03-31 14:49:17 +03:00

proton: Disable forced LAA for Sword and Fairy 4.

CW-Bug-Id: 
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

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