diff --git a/proton b/proton index 264d51a0..bc9b8d4a 100755 --- a/proton +++ b/proton @@ -919,6 +919,9 @@ def default_compat_config(): if appid == "1172470": #Apex Legends ret.add("noesync") ret.add("nofsync") + elif appid == "105800": #PixelJunk Eden + ret.add("noesync") + ret.add("nofsync") return ret class Session: