From 4307fc377dbc7c7ea7eb6207f74c40547c3bbbd2 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Sun, 30 May 2021 20:55:24 +0200 Subject: [PATCH] cfg: Enable fsync & futex2 by default --- customization.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customization.cfg b/customization.cfg index 5221abf..dc86d9d 100644 --- a/customization.cfg +++ b/customization.cfg @@ -132,16 +132,16 @@ _bcachefs="" _zfsfix="" # Set to "true" to enable support for fsync, an experimental replacement for esync found in Valve Proton 4.11+ - https://steamcommunity.com/games/221410/announcements/detail/2957094910196249305 -_fsync="" +_fsync="true" # Set to "true" to enable support for futex2, an experimental interface that can be used by proton-tkg and proton 5.13 experimental through Fsync - Can be enabled alongside fsync to use it as a fallback # https://gitlab.collabora.com/tonyk/linux/-/tree/futex2-dev -_futex2="" +_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="" -# Set to "true" to enable the Binder and Ashmem, the kernel modules required to use the android emulator Anbox. +# Set to "true" to enable Binder and Ashmem, the kernel modules required to use the android emulator Anbox. _anbox="" # A selection of patches from Zen/Liquorix kernel and additional tweaks for a better gaming experience (ZENIFY) - Default is "true"