mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 23:25:50 +03:00
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
@ -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 New Issue
Block a user