diff options
| author | Anthony <Helios747@users.noreply.github.com> | 2017-03-09 16:56:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-09 16:56:14 +0000 |
| commit | dc42f7fb289092d44bdac07f3b5e8ed9c6402260 (patch) | |
| tree | cad3e45a935d80631c8f9b889f884125b6fee8dd /Source/Core/Common/Logging/LogManager.cpp | |
| parent | d847a4030b089621735d2bcb181fb4b8763fa9c3 (diff) | |
| parent | 9373c7eca9b840f4545e8053fd36ec680cc0193c (diff) | |
Merge pull request #4991 from leoetlino/config-loaders
New config loaders
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 964a8df973..18fd57fd43 100644 --- a/Source/Core/Common/Logging/LogManager.cpp +++ b/Source/Core/Common/Logging/LogManager.cpp @@ -49,6 +49,7 @@ LogManager::LogManager() m_Log[LogTypes::COMMANDPROCESSOR] = new LogContainer("CP", "CommandProc"); m_Log[LogTypes::COMMON] = new LogContainer("COMMON", "Common"); m_Log[LogTypes::CONSOLE] = new LogContainer("CONSOLE", "Dolphin Console"); + m_Log[LogTypes::CORE] = new LogContainer("CORE", "Core"); m_Log[LogTypes::DISCIO] = new LogContainer("DIO", "Disc IO"); m_Log[LogTypes::DSPHLE] = new LogContainer("DSPHLE", "DSP HLE"); m_Log[LogTypes::DSPLLE] = new LogContainer("DSPLLE", "DSP LLE"); |
