|
|
|
@ -42,7 +42,7 @@ LogManager::LogManager() |
|
|
|
m_Log[LogTypes::STREAMINGINTERFACE] = new LogContainer("Stream", "StreamingInt"); |
|
|
|
m_Log[LogTypes::DSPINTERFACE] = new LogContainer("DSP", "DSPInterface"); |
|
|
|
m_Log[LogTypes::DVDINTERFACE] = new LogContainer("DVD", "DVDInterface"); |
|
|
|
m_Log[LogTypes::GPFIFO] = new LogContainer("GP", "GPFifo"); |
|
|
|
m_Log[LogTypes::GSP] = new LogContainer("GSP", "GSP"); |
|
|
|
m_Log[LogTypes::EXPANSIONINTERFACE] = new LogContainer("EXI", "ExpansionInt"); |
|
|
|
m_Log[LogTypes::GDB_STUB] = new LogContainer("GDB_STUB", "GDB Stub"); |
|
|
|
m_Log[LogTypes::AUDIO_INTERFACE] = new LogContainer("AI", "AudioInt"); |
|
|
|
|