mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 08:14:34 +01:00
parent
d6ca05d0ed
commit
6c020ae0a9
1 changed files with 4 additions and 1 deletions
5
proton
5
proton
|
|
@ -1061,7 +1061,10 @@ def default_compat_config():
|
|||
]:
|
||||
ret.add("noopwr")
|
||||
|
||||
if appid == "1621680":
|
||||
if appid in [
|
||||
"1621680",
|
||||
"359870",
|
||||
]:
|
||||
ret.add("noforcelgadd")
|
||||
|
||||
if appid in [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue