mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-05 14:08:06 +01:00
Revert "proton: Add noesync,nofsync for Apex Legends"
This reverts commit 25a58123a1.
This commit is contained in:
parent
f45b165030
commit
aaabeb5567
1 changed files with 1 additions and 4 deletions
5
proton
5
proton
|
|
@ -916,10 +916,7 @@ def default_compat_config():
|
||||||
ret = set()
|
ret = set()
|
||||||
if "SteamAppId" in os.environ:
|
if "SteamAppId" in os.environ:
|
||||||
appid = os.environ["SteamAppId"]
|
appid = os.environ["SteamAppId"]
|
||||||
if appid == "1172470": #Apex Legends
|
if appid in [
|
||||||
ret.add("noesync")
|
|
||||||
ret.add("nofsync")
|
|
||||||
elif appid in [
|
|
||||||
#affected by CW bug 19126
|
#affected by CW bug 19126
|
||||||
"252490", #Rust
|
"252490", #Rust
|
||||||
"305620", #The Long Dark
|
"305620", #The Long Dark
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue