mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-22 05:36:09 +01:00
change default log to +loaddll instead of +module
This commit is contained in:
parent
c859ed8aae
commit
2b3b96982f
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ user_settings = {
|
|||
#Logs are saved to $HOME/steam-<STEAM_GAME_ID>.log, overwriting any previous log with that name.
|
||||
|
||||
#Wine debug logging
|
||||
"WINEDEBUG": "+timestamp,+pid,+tid,+seh,+debugstr,+module,+mscoree",
|
||||
"WINEDEBUG": "+timestamp,+pid,+tid,+seh,+debugstr,+loaddll,+mscoree",
|
||||
|
||||
#DXVK debug logging
|
||||
"DXVK_LOG_LEVEL": "info",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue