added func: tmp_winedlloverride_update

This commit is contained in:
Mikhail Tergoev
2025-10-16 11:13:58 +03:00
parent 9029f4d0e8
commit 7c90da2088

View File

@@ -485,6 +485,10 @@ var_winedlloverride_update () {
fi
}
tmp_winedlloverride_update () {
var_winedlloverride_update "$1"
}
var_dxvk_config_update () {
if [[ -n "${DXVK_CONFIG}" ]]
then export DXVK_CONFIG="${1};${DXVK_CONFIG}"