Set VKD3D_SHADER_DEBUG=none by default.

Link: https://github.com/ValveSoftware/Proton/pull/5326
This commit is contained in:
Georg Lehmann 2021-11-17 12:11:21 +01:00 committed by Arkadiusz Hiler
parent 47ae0819ae
commit 7e7f6155d3
2 changed files with 5 additions and 0 deletions

View file

@ -15,6 +15,9 @@ user_settings = {
#vkd3d debug logging
"VKD3D_DEBUG": "warn",
#vkd3d-shader debug logging
"VKD3D_SHADER_DEBUG": "fixme",
#wine-mono debug logging (Wine's .NET replacement)
"WINE_MONO_TRACE": "E:System.NotImplementedException",
#"MONO_LOG_LEVEL": "info",