From f4bc7b91bb1856443f280ea60421a2cf242bbafb Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Thu, 12 Jul 2018 13:54:48 -0500 Subject: [PATCH] Also trace +module by default This can be useful to determine what graphics API a game is using, for example. --- user_settings.sample.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_settings.sample.py b/user_settings.sample.py index 7dbd7d9b..56ebe702 100755 --- a/user_settings.sample.py +++ b/user_settings.sample.py @@ -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",