fixed debug variables
This commit is contained in:
10
winehelper
10
winehelper
@ -46,11 +46,11 @@ check_variables () { [[ -z ${!1} ]] && export $1="$2" ;}
|
|||||||
if [[ "$1" == "--debug" ]] ; then
|
if [[ "$1" == "--debug" ]] ; then
|
||||||
check_variables WINEDEBUG "+loaddll,+seh"
|
check_variables WINEDEBUG "+loaddll,+seh"
|
||||||
export DXVK_LOG_LEVEL="error"
|
export DXVK_LOG_LEVEL="error"
|
||||||
export VKD3D_DEBUG "error"
|
export VKD3D_DEBUG="error"
|
||||||
export WINE_MONO_TRACE "E:System.NotImplementedException"
|
export WINE_MONO_TRACE="E:System.NotImplementedException"
|
||||||
export VK_LOADER_DEBUG "error"
|
export VK_LOADER_DEBUG="error"
|
||||||
export VKBASALT_LOG_LEVEL "error"
|
export VKBASALT_LOG_LEVEL="error"
|
||||||
export DXVK_NVAPI_LOG_LEVEL "error"
|
export DXVK_NVAPI_LOG_LEVEL="error"
|
||||||
shift
|
shift
|
||||||
else
|
else
|
||||||
check_variables WINEDEBUG "-all"
|
check_variables WINEDEBUG "-all"
|
||||||
|
Reference in New Issue
Block a user