NTSYNC does not turn it off ESYNC and FSYNC

This commit is contained in:
Mikhail Tergoev
2025-09-18 21:25:27 +03:00
parent 7bdc9de4af
commit e33bffbe17

View File

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