diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/log.h | 2 | ||||
| -rw-r--r-- | src/common/log_manager.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/log.h b/src/common/log.h index ffc727a27..de0629445 100644 --- a/src/common/log.h +++ b/src/common/log.h | |||
| @@ -33,7 +33,7 @@ enum LOG_TYPE { | |||
| 33 | EXPANSIONINTERFACE, | 33 | EXPANSIONINTERFACE, |
| 34 | GDB_STUB, | 34 | GDB_STUB, |
| 35 | ARM11, | 35 | ARM11, |
| 36 | GPFIFO, | 36 | GSP, |
| 37 | OSHLE, | 37 | OSHLE, |
| 38 | MASTER_LOG, | 38 | MASTER_LOG, |
| 39 | MEMMAP, | 39 | MEMMAP, |
diff --git a/src/common/log_manager.cpp b/src/common/log_manager.cpp index 6f4e10c9a..aec2636ec 100644 --- a/src/common/log_manager.cpp +++ b/src/common/log_manager.cpp | |||
| @@ -42,7 +42,7 @@ LogManager::LogManager() | |||
| 42 | m_Log[LogTypes::STREAMINGINTERFACE] = new LogContainer("Stream", "StreamingInt"); | 42 | m_Log[LogTypes::STREAMINGINTERFACE] = new LogContainer("Stream", "StreamingInt"); |
| 43 | m_Log[LogTypes::DSPINTERFACE] = new LogContainer("DSP", "DSPInterface"); | 43 | m_Log[LogTypes::DSPINTERFACE] = new LogContainer("DSP", "DSPInterface"); |
| 44 | m_Log[LogTypes::DVDINTERFACE] = new LogContainer("DVD", "DVDInterface"); | 44 | m_Log[LogTypes::DVDINTERFACE] = new LogContainer("DVD", "DVDInterface"); |
| 45 | m_Log[LogTypes::GPFIFO] = new LogContainer("GP", "GPFifo"); | 45 | m_Log[LogTypes::GSP] = new LogContainer("GSP", "GSP"); |
| 46 | m_Log[LogTypes::EXPANSIONINTERFACE] = new LogContainer("EXI", "ExpansionInt"); | 46 | m_Log[LogTypes::EXPANSIONINTERFACE] = new LogContainer("EXI", "ExpansionInt"); |
| 47 | m_Log[LogTypes::GDB_STUB] = new LogContainer("GDB_STUB", "GDB Stub"); | 47 | m_Log[LogTypes::GDB_STUB] = new LogContainer("GDB_STUB", "GDB Stub"); |
| 48 | m_Log[LogTypes::AUDIO_INTERFACE] = new LogContainer("AI", "AudioInt"); | 48 | m_Log[LogTypes::AUDIO_INTERFACE] = new LogContainer("AI", "AudioInt"); |