mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Log: Rename IOS_FILEIO to IOS_FS
Let's use the actual name of the system module. Also, the FS code is not all about files.
This commit is contained in:
parent
5a7b966b6d
commit
de15e09a4f
4 changed files with 30 additions and 33 deletions
|
@ -99,7 +99,6 @@ LogManager::LogManager()
|
|||
m_log[LogTypes::IOS] = {"IOS", "IOS"};
|
||||
m_log[LogTypes::IOS_DI] = {"IOS_DI", "IOS - Drive Interface"};
|
||||
m_log[LogTypes::IOS_ES] = {"IOS_ES", "IOS - ETicket Services"};
|
||||
m_log[LogTypes::IOS_FILEIO] = {"IOS_FILEIO", "IOS - FileIO"};
|
||||
m_log[LogTypes::IOS_FS] = {"IOS_FS", "IOS - Filesystem Services"};
|
||||
m_log[LogTypes::IOS_SD] = {"IOS_SD", "IOS - SDIO"};
|
||||
m_log[LogTypes::IOS_SSL] = {"IOS_SSL", "IOS - SSL"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue