From 93f0a4cf5e8c56f8744452f443b4e8b46cac78e8 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Wed, 8 Sep 2021 13:20:59 +0200 Subject: [PATCH] Disable _winesync by default instead of prompting. Also add a bit more details in the heading comment to mimic what the prompt did. --- customization.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/customization.cfg b/customization.cfg index 06d5af3..be52469 100644 --- a/customization.cfg +++ b/customization.cfg @@ -139,7 +139,8 @@ _fsync="true" _futex2="true" # Set to "true" to enable support for winesync, an experimental replacement for esync - requires patched wine - https://repo.or.cz/linux/zf.git/shortlog/refs/heads/winesync -_winesync="" +# ! Can't be used on multiple kernels installed side-by-side, which will require https://aur.archlinux.org/packages/winesync-dkms/ instead of this option ! +_winesync="false" # Set to "true" to enable Binder and Ashmem, the kernel modules required to use the android emulator Anbox. ! This doesn't apply to 5.4.y ! _anbox=""