user_settings.sample.py: Sync WINEDEBUG with proton and comment it out.
This commit is contained in:
parent
78fc6d34c6
commit
785757ec15
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ user_settings = {
|
|||
#enable logging
|
||||
"PROTON_LOG": "1",
|
||||
|
||||
#Wine debug logging
|
||||
"WINEDEBUG": "+timestamp,+pid,+seh,+unwind,+debugstr,+loaddll,+mscoree",
|
||||
#custom Wine debug logging
|
||||
#"WINEDEBUG": "+timestamp,+pid,+tid,+seh,+unwind,+threadname,+debugstr,+loaddll,+mscoree",
|
||||
|
||||
#DXVK debug logging
|
||||
"DXVK_LOG_LEVEL": "info",
|
||||
|
|
Loading…
Reference in a new issue