mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-05 15:49:01 +00:00
Add all the bullshit string util conversions. Lots to refactor eventually
This commit is contained in:
parent
a946529236
commit
a850aa8ee4
5 changed files with 127 additions and 3 deletions
|
@ -109,6 +109,8 @@ LogManager::LogManager()
|
|||
m_log[DVDINTERFACE] = {"DVD", "DVD Interface"};
|
||||
m_log[DYNA_REC] = {"JIT", "JIT Dynamic Recompiler"};
|
||||
m_log[EXPANSIONINTERFACE] = {"EXI", "Expansion Interface"};
|
||||
m_log[SLIPPI] = {"SLIPPI", "Slippi"};
|
||||
m_log[SLIPPI_ONLINE] = {"SLIPPI_ONLINE", "Slippi Online"};
|
||||
m_log[FILEMON] = {"FileMon", "File Monitor"};
|
||||
m_log[GDB_STUB] = {"GDB_STUB", "GDB Stub"};
|
||||
m_log[GPFIFO] = {"GP", "GatherPipe FIFO"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue