From 6cc5e0c4196ffbc4517504cf8428e7368c5fcae4 Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Fri, 9 Sep 2022 17:38:58 -0500 Subject: Revert "proton: Default to wineserver-sync for GTA V." This reverts commit 0db0de0964b48f184130503a9c3da5b6b7f88588. CW-Bug-Id: #21194 --- proton | 6 ------ 1 file changed, 6 deletions(-) diff --git a/proton b/proton index 88bd9c24..e0de6a6d 100755 --- a/proton +++ b/proton @@ -1058,12 +1058,6 @@ def default_compat_config(): ]: ret.add("noopwr") - if appid in [ - "271590", #Grand Theft Auto V (bug 21194: not loading textures) - ]: - ret.add("noesync") - ret.add("nofsync") - return ret class Session: -- cgit v1.2.3