WINEDEBUG=-all by default

This commit is contained in:
Mikhail Tergoev
2026-01-16 00:00:28 +03:00
parent 436e250932
commit 9724b75fc2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -101,7 +101,7 @@ if [[ "$1" == "--debug" ]] ; then
export DXVK_NVAPI_LOG_LEVEL="error"
shift
else
check_variables WINEDEBUG "-all,err+all"
check_variables WINEDEBUG "-all"
check_variables DXVK_LOG_LEVEL "none"
check_variables VKD3D_SHADER_DEBUG "none"
check_variables VKD3D_DEBUG "none"