Revert "proton: Add noesync,nofsync for PixelJunk Eden"

This reverts commit 0623da2af422e34101787cb772bbefece6a9885b.

Fixed in Wine.
This commit is contained in:
Arkadiusz Hiler 2022-02-14 18:22:36 +02:00
parent 4d4eb89e57
commit 3505242c34

3
proton
View File

@ -931,9 +931,6 @@ 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: