mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-26 00:55:30 +00:00
Previously the logging was a in a little bit of a disarray. Some things were in namespaces, and other things were not. Given this code will feature a bit of restructuring during the transition over to fmt, this is a good time to unify it under a single namespace and also remove functions and types from the global namespace. Now, all functions and types are under the Common::Log namespace. The only outliers being, of course, the preprocessor macros. |
||
|---|---|---|
| .. | ||
| DSPHLE | ||
| DSPLLE | ||
| DVD | ||
| EXI | ||
| GCMemcard | ||
| SI | ||
| WiimoteCommon | ||
| WiimoteEmu | ||
| WiimoteReal | ||
| AddressSpace.cpp | ||
| AddressSpace.h | ||
| AudioInterface.cpp | ||
| AudioInterface.h | ||
| CPU.cpp | ||
| CPU.h | ||
| DSP.cpp | ||
| DSP.h | ||
| GCKeyboard.cpp | ||
| GCKeyboard.h | ||
| GCKeyboardEmu.cpp | ||
| GCKeyboardEmu.h | ||
| GCPad.cpp | ||
| GCPad.h | ||
| GCPadEmu.cpp | ||
| GCPadEmu.h | ||
| GPFifo.cpp | ||
| GPFifo.h | ||
| HW.cpp | ||
| HW.h | ||
| Memmap.cpp | ||
| Memmap.h | ||
| MemoryInterface.cpp | ||
| MemoryInterface.h | ||
| MMIO.cpp | ||
| MMIO.h | ||
| MMIOHandlers.h | ||
| ProcessorInterface.cpp | ||
| ProcessorInterface.h | ||
| Sram.cpp | ||
| Sram.h | ||
| StreamADPCM.cpp | ||
| StreamADPCM.h | ||
| SystemTimers.cpp | ||
| SystemTimers.h | ||
| VideoInterface.cpp | ||
| VideoInterface.h | ||
| WII_IPC.cpp | ||
| WII_IPC.h | ||
| Wiimote.cpp | ||
| Wiimote.h | ||
| WiiSave.cpp | ||
| WiiSave.h | ||
| WiiSaveStructs.h | ||