Disable _winesync by default instead of prompting. Also add a bit more details in the heading comment to mimic what the prompt did.

This commit is contained in:
Tk-Glitch
2021-09-08 13:20:59 +02:00
parent defffc3111
commit 93f0a4cf5e

View File

@@ -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=""