diff options
| author | JMC47 <JMC4789@gmail.com> | 2026-03-27 13:06:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-27 13:06:17 -0400 |
| commit | 04fd45a960d4b91bd4d440f2959aa2ad38ff1e3f (patch) | |
| tree | 18a14c120d28ef8292344503963e1af0d9ceb3a5 /Source/Core/Common/Logging/LogManager.cpp | |
| parent | d16004c371c15b78a4c2119b529ede8657f6ac05 (diff) | |
| parent | 1b9a01f16816fa538cba383c8e4b06031b828076 (diff) | |
Merge pull request #14522 from jordan-woyak/hsp-log-desc
LogManager: Remove redundant "(HSP)" in High-Speed Port's log type descritpion.
Diffstat (limited to 'Source/Core/Common/Logging/LogManager.cpp')
| -rw-r--r-- | Source/Core/Common/Logging/LogManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Logging/LogManager.cpp b/Source/Core/Common/Logging/LogManager.cpp index 6c15608420..89ae089a44 100644 --- a/Source/Core/Common/Logging/LogManager.cpp +++ b/Source/Core/Common/Logging/LogManager.cpp @@ -120,7 +120,7 @@ LogManager::LogManager() m_log[LogType::GDB_STUB] = {"GDB_STUB", "GDB Stub"}; m_log[LogType::GPFIFO] = {"GP", "GatherPipe FIFO"}; m_log[LogType::HOST_GPU] = {"Host GPU", "Host GPU"}; - m_log[LogType::HSP] = {"HSP", "High-Speed Port (HSP)"}; + m_log[LogType::HSP] = {"HSP", "High-Speed Port"}; m_log[LogType::IOS] = {"IOS", "IOS"}; m_log[LogType::IOS_DI] = {"IOS_DI", "IOS - Drive Interface"}; m_log[LogType::IOS_ES] = {"IOS_ES", "IOS - ETicket Services"}; |
