mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +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
|
@ -106,6 +106,7 @@ LogManager::LogManager()
|
|||
m_log[LogTypes::IOS_NET] = {"IOS_NET", "IOS - Network"};
|
||||
m_log[LogTypes::IOS_USB] = {"IOS_USB", "IOS - USB"};
|
||||
m_log[LogTypes::IOS_WC24] = {"IOS_WC24", "IOS - WiiConnect24"};
|
||||
m_log[LogTypes::IOS_WFS] = {"IOS_WFS", "IOS - WFS"};
|
||||
m_log[LogTypes::IOS_WIIMOTE] = {"IOS_WIIMOTE", "IOS - Wii Remote"};
|
||||
m_log[LogTypes::MASTER_LOG] = {"*", "Master Log"};
|
||||
m_log[LogTypes::MEMCARD_MANAGER] = {"MemCard Manager", "MemCard Manager"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue