mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-04-11 12:00:13 +03:00
proton: Add noesync,nofsync for PixelJunk Eden
This commit is contained in:
parent
25a58123a1
commit
0623da2af4
3
proton
3
proton
@ -919,6 +919,9 @@ def default_compat_config():
|
|||||||
if appid == "1172470": #Apex Legends
|
if appid == "1172470": #Apex Legends
|
||||||
ret.add("noesync")
|
ret.add("noesync")
|
||||||
ret.add("nofsync")
|
ret.add("nofsync")
|
||||||
|
elif appid == "105800": #PixelJunk Eden
|
||||||
|
ret.add("noesync")
|
||||||
|
ret.add("nofsync")
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
class Session:
|
class Session:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user