mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-22 05:36:09 +01:00
Set VKD3D_SHADER_DEBUG=none by default.
Link: https://github.com/ValveSoftware/Proton/pull/5326
This commit is contained in:
parent
47ae0819ae
commit
7e7f6155d3
2 changed files with 5 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue