user_settings.sample.py: Sync WINEDEBUG with proton and comment it out.

This commit is contained in:
Arkadiusz Hiler 2023-05-17 21:20:10 +03:00
parent 78fc6d34c6
commit 785757ec15

View File

@ -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",