remove KILL9_WINEDEVICE

This commit is contained in:
Castro-Fidel
2020-06-05 07:22:44 +03:00
parent 60c64d48ac
commit 1dc085cfde
4 changed files with 5 additions and 17 deletions

View File

@ -135,7 +135,7 @@ if [ "${var_dxvk_on}" -eq "0" ]; then
elif [ "${var_dxvk_on}" -eq "1" ]; then
export DXVK_HUD=0
elif [ "${var_dxvk_on}" -eq "2" ]; then
export DXVK_HUD="fps,devinfo,version"
export DXVK_HUD="fps,devinfo,version,frametimes"
fi
export def_pfx="${PORT_WINE_PATH}/data/dist/share/default_pfx/"
if [ ! -d "${def_pfx}" ]; then
@ -175,18 +175,6 @@ while [ $(pgrep wineserver)>'0' ]; do
done
}
########################################################################
KILL9_WINEDEVICE ()
{
if [ "${kill_winedevice}" -eq "1" ]; then
sleep 10
killall -r -s9 winedevice
fi
if [ "${kill_explorer}" -eq "1" ]; then
sleep 10
killall -r -s9 explorer
fi
}
########################################################################
STOP_PORTWINE ()
{
#WAIT_WINESERVER