Disable winesync support

Likely to be removed down the line. The DKMS version gives more flexibility and is less user-error prone.
This commit is contained in:
Tk-Glitch
2022-04-12 01:00:37 +02:00
parent 445a6b781a
commit b357a8c048
4 changed files with 35 additions and 39 deletions

View File

@@ -163,10 +163,6 @@ _futex2="true"
# https://github.com/andrealmeid/futex_waitv_patches
_futex_waitv="false"
# 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
# ! 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=""