mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 08:19:59 +00:00
WFS: Use a separate log type for WFS related logs
Makes it easier to turn off general IOS messages that can be distracting (e.g. /dev/net/ssl being opened hundreds of time...) without losing the ability to view WFS messages.
This commit is contained in:
parent
918b0375e4
commit
4b4e488189
4 changed files with 42 additions and 40 deletions
|
@ -38,6 +38,7 @@ enum LOG_TYPE
|
|||
IOS_STM,
|
||||
IOS_USB,
|
||||
IOS_WC24,
|
||||
IOS_WFS,
|
||||
IOS_WIIMOTE,
|
||||
MASTER_LOG,
|
||||
MEMMAP,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue