proton: Add +debugstr to default channels
Some games dump useful debug info here, especially Id Software games.
This commit is contained in:
parent
5d764832bc
commit
aae498498f
1 changed files with 1 additions and 1 deletions
2
proton
2
proton
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue