proton: Add noesync,nofsync for PixelJunk Eden

This commit is contained in:
Andrew Eikum 2022-02-10 15:04:48 -06:00
parent 14894483f8
commit 8e824a24d2

3
proton
View File

@ -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: