Skip to content

Commit

Permalink
proton: Disable forced LAA for Sword and Fairy 4.
Browse files Browse the repository at this point in the history
CW-Bug-Id: #21180
  • Loading branch information
Paul Gofman committed Sep 13, 2022
1 parent dfc60fd commit 21091b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proton
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,9 @@ def default_compat_config():
]:
ret.add("noopwr")

if appid == "1621680":
ret.add("noforcelgadd")

return ret

class Session:
Expand Down

0 comments on commit 21091b7

Please sign in to comment.