mirror of
https://github.com/ValveSoftware/Proton
synced 2025-08-31 22:55:18 +00: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:
@@ -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",
|
||||
|
||||
|
Reference in New Issue
Block a user