From 1eb8799803be9bab514faef7d4f0a02dda2b0e97 Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Fri, 5 Jan 2024 10:58:31 -0600 Subject: [PATCH] proton: Use server sync for Disaster Report 4: Summer Memories. CW-Bug-Id: #22415 --- proton | 1 + 1 file changed, 1 insertion(+) diff --git a/proton b/proton index 550b7893..c78d7d8e 100755 --- a/proton +++ b/proton @@ -1102,6 +1102,7 @@ def default_compat_config(): if appid in [ "2630", #Call of Duty 2 + "1060210", #Disaster Report 4: Summer Memories ]: ret.add("nofsync") ret.add("noesync")