mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-05 22:18:03 +01:00
proton: Add threadname to default logs.
This commit is contained in:
parent
03550f8d2a
commit
f0064b6799
1 changed files with 1 additions and 1 deletions
2
proton
2
proton
|
|
@ -1300,7 +1300,7 @@ class Session:
|
|||
log("************************************************")
|
||||
|
||||
if "PROTON_LOG" in self.env and nonzero(self.env["PROTON_LOG"]):
|
||||
self.env.setdefault("WINEDEBUG", "+timestamp,+pid,+tid,+seh,+unwind,+debugstr,+loaddll,+mscoree")
|
||||
self.env.setdefault("WINEDEBUG", "+timestamp,+pid,+tid,+seh,+unwind,+threadname,+debugstr,+loaddll,+mscoree")
|
||||
self.env.setdefault("DXVK_LOG_LEVEL", "info")
|
||||
self.env.setdefault("VKD3D_DEBUG", "warn")
|
||||
self.env.setdefault("VKD3D_SHADER_DEBUG", "fixme")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue