From e33bffbe1757d771952d4ac30497ae5977425e0e Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Thu, 18 Sep 2025 21:25:27 +0300 Subject: [PATCH] NTSYNC does not turn it off ESYNC and FSYNC --- data_from_portwine/scripts/functions_helper | 2 -- 1 file changed, 2 deletions(-) diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index 5631e478..91c5782e 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -3583,8 +3583,6 @@ start_portwine () { if [[ $PW_USE_NTSYNC == "1" ]] ; then if [[ -e "/dev/ntsync" ]] ; then export WINENTSYNC="1" - export WINEFSYNC="0" - export WINEESYNC="0" else export WINENTSYNC="0" print_error "/dev/ntsync - not found!"