Commit e33bffbe authored by Mikhail Tergoev's avatar Mikhail Tergoev

NTSYNC does not turn it off ESYNC and FSYNC

parent 7bdc9de4
......@@ -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!"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment