Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gofman <gofmanp@gmail.com>2022-09-10 01:38:58 +0300
committerPaul Gofman <gofmanp@gmail.com>2022-09-10 01:39:18 +0300
commit6cc5e0c4196ffbc4517504cf8428e7368c5fcae4 (patch)
tree53aab71bec67f4ecdccb566e0540c1e9aff5e334
parent89232242e2d50dd0c3337a27547fe0b291137fe5 (diff)
Revert "proton: Default to wineserver-sync for GTA V."
This reverts commit 0db0de0964b48f184130503a9c3da5b6b7f88588. CW-Bug-Id: #21194
-rwxr-xr-xproton6
1 files changed, 0 insertions, 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: