NTSYNC does not turn it off ESYNC and FSYNC
This commit is contained in:
@@ -3583,8 +3583,6 @@ start_portwine () {
|
|||||||
if [[ $PW_USE_NTSYNC == "1" ]] ; then
|
if [[ $PW_USE_NTSYNC == "1" ]] ; then
|
||||||
if [[ -e "/dev/ntsync" ]] ; then
|
if [[ -e "/dev/ntsync" ]] ; then
|
||||||
export WINENTSYNC="1"
|
export WINENTSYNC="1"
|
||||||
export WINEFSYNC="0"
|
|
||||||
export WINEESYNC="0"
|
|
||||||
else
|
else
|
||||||
export WINENTSYNC="0"
|
export WINENTSYNC="0"
|
||||||
print_error "/dev/ntsync - not found!"
|
print_error "/dev/ntsync - not found!"
|
||||||
|
Reference in New Issue
Block a user