Also trace +module by default
This can be useful to determine what graphics API a game is using, for example.
This commit is contained in:
parent
b3fac00b62
commit
f4bc7b91bb
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
user_settings = {
|
||||
#logs are saved to $HOME/steam-$STEAM_APP_ID.log, overwriting any previous log with that name
|
||||
"WINEDEBUG": "+timestamp,+pid,+tid,+seh,+debugstr",
|
||||
"WINEDEBUG": "+timestamp,+pid,+tid,+seh,+debugstr,+module",
|
||||
|
||||
"DXVK_LOG_LEVEL": "info",
|
||||
|
||||
|
|
Loading…
Reference in a new issue