summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Logging/LogManager.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2020-12-26 11:41:18 +0100
committerGitHub <noreply@github.com>2020-12-26 11:41:18 +0100
commitd2f9991b0fa75912b7744557b4c5cbe1eb596679 (patch)
treee35f505e22e2bc7ee22ad9ff98897561be54bda3 /Source/Core/Common/Logging/LogManager.cpp
parent6ddf69d0940b193cad1fb97356bf175a8c4388ab (diff)
parentb430d66cdcf92fe2517ef689c75d19ef9aa31b47 (diff)
Merge pull request #9360 from Minty-Meeo/osreport-split
Split OSREPORT logging type
Diffstat (limited to 'Source/Core/Common/Logging/LogManager.cpp')
-rw-r--r--Source/Core/Common/Logging/LogManager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/Common/Logging/LogManager.cpp b/Source/Core/Common/Logging/LogManager.cpp
index d882093adf..b03255ca9e 100644
--- a/Source/Core/Common/Logging/LogManager.cpp
+++ b/Source/Core/Common/Logging/LogManager.cpp
@@ -154,7 +154,8 @@ LogManager::LogManager()
m_log[MEMMAP] = {"MI", "Memory Interface & Memory Map"};
m_log[NETPLAY] = {"NETPLAY", "Netplay"};
m_log[OSHLE] = {"HLE", "OSHLE"};
- m_log[OSREPORT] = {"OSREPORT", "OSReport"};
+ m_log[OSREPORT] = {"OSREPORT", "OSReport EXI"};
+ m_log[OSREPORT_HLE] = {"OSREPORT_HLE", "OSReport HLE"};
m_log[PAD] = {"PAD", "Pad"};
m_log[PIXELENGINE] = {"PE", "Pixel Engine"};
m_log[PROCESSORINTERFACE] = {"PI", "Processor Interface"};