mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-08-02 10:31:39 +03:00
Revert "proton: Add noesync,nofsync for Apex Legends"
This reverts commit 25a58123a169dec4282b92bc1b24411278d0b65f.
This commit is contained in:
parent
6a205808c2
commit
0c1ea88c25
5
proton
5
proton
@ -938,10 +938,7 @@ def default_compat_config():
|
||||
ret = set()
|
||||
if "SteamAppId" in os.environ:
|
||||
appid = os.environ["SteamAppId"]
|
||||
if appid == "1172470": #Apex Legends
|
||||
ret.add("noesync")
|
||||
ret.add("nofsync")
|
||||
elif appid in [
|
||||
if appid in [
|
||||
#affected by CW bug 19126
|
||||
"305620", #The Long Dark
|
||||
"585420", #Trailmakers
|
||||
|
Loading…
x
Reference in New Issue
Block a user