From 0623da2af422e34101787cb772bbefece6a9885b Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Thu, 10 Feb 2022 15:04:48 -0600 Subject: [PATCH] proton: Add noesync,nofsync for PixelJunk Eden --- proton | 3 +++ 1 file changed, 3 insertions(+) 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: