From 81de069336528c9511d85dab75a2ce9881df38c8 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 1bf776bc..cb98c92d 100755 --- a/proton +++ b/proton @@ -1097,6 +1097,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")