mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-22 05:36:09 +01:00
user_settings.py: Add default VKD3D_DEBUG logging
This commit is contained in:
parent
c3554e80e4
commit
7d37963faf
2 changed files with 5 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ user_settings = {
|
|||
#DXVK debug logging
|
||||
"DXVK_LOG_LEVEL": "info",
|
||||
|
||||
#vkd3d debug logging
|
||||
"VKD3D_DEBUG": "warn",
|
||||
|
||||
#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