diff options
| author | JMC47 <JMC4789@gmail.com> | 2022-05-22 13:42:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-22 13:42:27 -0400 |
| commit | 3a3357444e9be934bbd496812591aa7fff3feddb (patch) | |
| tree | 9f0c96062b785d660c550d56fc7332ca8fe98784 /Source/Core/Common/Logging/LogManager.cpp | |
| parent | f27027d9ad8d1e27a58de4738b1d0574152ea428 (diff) | |
| parent | 6a26b0ce8aa8ac96f9b593848c42b93fd982e91d (diff) | |
Merge pull request #8067 from endrift/hsp
Preliminary HSP support
Diffstat (limited to 'Source/Core/Common/Logging/LogManager.cpp')
| -rw-r--r-- | Source/Core/Common/Logging/LogManager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/Logging/LogManager.cpp b/Source/Core/Common/Logging/LogManager.cpp index ab795d372a..04078fc06c 100644 --- a/Source/Core/Common/Logging/LogManager.cpp +++ b/Source/Core/Common/Logging/LogManager.cpp @@ -119,6 +119,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::IOS] = {"IOS", "IOS"}; m_log[LogType::IOS_DI] = {"IOS_DI", "IOS - Drive Interface"}; m_log[LogType::IOS_ES] = {"IOS_ES", "IOS - ETicket Services"}; |
