proton: Add +debugstr to default channels

Some games dump useful debug info here, especially Id Software games.
This commit is contained in:
Andrew Eikum 2018-05-31 12:35:38 -05:00
parent 5d764832bc
commit aae498498f

2
proton
View file

@ -14,7 +14,7 @@ import tarfile
from filelock import FileLock, Timeout
# For performance, all logging is turned off by default. It can be enabled here.
#WITH_WINEDEBUG="+timestamp,+pid,+tid,+seh"
#WITH_WINEDEBUG="+timestamp,+pid,+tid,+seh,+debugstr"
#WITH_DXVK_LOG_LEVEL="info"
CURRENT_PREFIX_VERSION="3.7-1"