mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-04 13:44:22 +01:00
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
|
from filelock import FileLock, Timeout
|
||||||
|
|
||||||
# For performance, all logging is turned off by default. It can be enabled here.
|
# 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"
|
#WITH_DXVK_LOG_LEVEL="info"
|
||||||
|
|
||||||
CURRENT_PREFIX_VERSION="3.7-1"
|
CURRENT_PREFIX_VERSION="3.7-1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue