diff options
Diffstat (limited to 'src/common/logging')
| -rw-r--r-- | src/common/logging/backend.cpp | 21 | ||||
| -rw-r--r-- | src/common/logging/log.h | 21 |
2 files changed, 0 insertions, 42 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 4b83eeb28..1361ccfba 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -33,32 +33,11 @@ namespace Log { | |||
| 33 | SUB(Kernel, SVC) \ | 33 | SUB(Kernel, SVC) \ |
| 34 | CLS(Service) \ | 34 | CLS(Service) \ |
| 35 | SUB(Service, SRV) \ | 35 | SUB(Service, SRV) \ |
| 36 | SUB(Service, FRD) \ | ||
| 37 | SUB(Service, FS) \ | 36 | SUB(Service, FS) \ |
| 38 | SUB(Service, ERR) \ | ||
| 39 | SUB(Service, APT) \ | ||
| 40 | SUB(Service, BOSS) \ | ||
| 41 | SUB(Service, GSP) \ | 37 | SUB(Service, GSP) \ |
| 42 | SUB(Service, AC) \ | ||
| 43 | SUB(Service, AM) \ | ||
| 44 | SUB(Service, PTM) \ | ||
| 45 | SUB(Service, LDR) \ | ||
| 46 | SUB(Service, MIC) \ | ||
| 47 | SUB(Service, NDM) \ | ||
| 48 | SUB(Service, NFC) \ | ||
| 49 | SUB(Service, NIM) \ | ||
| 50 | SUB(Service, NWM) \ | ||
| 51 | SUB(Service, CAM) \ | ||
| 52 | SUB(Service, CECD) \ | ||
| 53 | SUB(Service, CFG) \ | 38 | SUB(Service, CFG) \ |
| 54 | SUB(Service, CSND) \ | ||
| 55 | SUB(Service, DSP) \ | 39 | SUB(Service, DSP) \ |
| 56 | SUB(Service, DLP) \ | ||
| 57 | SUB(Service, HID) \ | 40 | SUB(Service, HID) \ |
| 58 | SUB(Service, HTTP) \ | ||
| 59 | SUB(Service, SOC) \ | ||
| 60 | SUB(Service, IR) \ | ||
| 61 | SUB(Service, Y2R) \ | ||
| 62 | CLS(HW) \ | 41 | CLS(HW) \ |
| 63 | SUB(HW, Memory) \ | 42 | SUB(HW, Memory) \ |
| 64 | SUB(HW, LCD) \ | 43 | SUB(HW, LCD) \ |
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index fe4dfed69..2ebd8911c 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -50,32 +50,11 @@ enum class Class : ClassType { | |||
| 50 | Service, ///< HLE implementation of system services. Each major service | 50 | Service, ///< HLE implementation of system services. Each major service |
| 51 | /// should have its own subclass. | 51 | /// should have its own subclass. |
| 52 | Service_SRV, ///< The SRV (Service Directory) implementation | 52 | Service_SRV, ///< The SRV (Service Directory) implementation |
| 53 | Service_FRD, ///< The FRD (Friends) service | ||
| 54 | Service_FS, ///< The FS (Filesystem) service implementation | 53 | Service_FS, ///< The FS (Filesystem) service implementation |
| 55 | Service_ERR, ///< The ERR (Error) port implementation | ||
| 56 | Service_APT, ///< The APT (Applets) service | ||
| 57 | Service_BOSS, ///< The BOSS (SpotPass) service | ||
| 58 | Service_GSP, ///< The GSP (GPU control) service | 54 | Service_GSP, ///< The GSP (GPU control) service |
| 59 | Service_AC, ///< The AC (WiFi status) service | ||
| 60 | Service_AM, ///< The AM (Application manager) service | ||
| 61 | Service_PTM, ///< The PTM (Power status & misc.) service | ||
| 62 | Service_LDR, ///< The LDR (3ds dll loader) service | ||
| 63 | Service_MIC, ///< The MIC (Microphone) service | ||
| 64 | Service_NDM, ///< The NDM (Network daemon manager) service | ||
| 65 | Service_NFC, ///< The NFC service | ||
| 66 | Service_NIM, ///< The NIM (Network interface manager) service | ||
| 67 | Service_NWM, ///< The NWM (Network wlan manager) service | ||
| 68 | Service_CAM, ///< The CAM (Camera) service | ||
| 69 | Service_CECD, ///< The CECD (StreetPass) service | ||
| 70 | Service_CFG, ///< The CFG (Configuration) service | 55 | Service_CFG, ///< The CFG (Configuration) service |
| 71 | Service_CSND, ///< The CSND (CWAV format process) service | ||
| 72 | Service_DSP, ///< The DSP (DSP control) service | 56 | Service_DSP, ///< The DSP (DSP control) service |
| 73 | Service_DLP, ///< The DLP (Download Play) service | ||
| 74 | Service_HID, ///< The HID (Human interface device) service | 57 | Service_HID, ///< The HID (Human interface device) service |
| 75 | Service_HTTP, ///< The HTTP service | ||
| 76 | Service_SOC, ///< The SOC (Socket) service | ||
| 77 | Service_IR, ///< The IR service | ||
| 78 | Service_Y2R, ///< The Y2R (YUV to RGB conversion) service | ||
| 79 | HW, ///< Low-level hardware emulation | 58 | HW, ///< Low-level hardware emulation |
| 80 | HW_Memory, ///< Memory-map and address translation | 59 | HW_Memory, ///< Memory-map and address translation |
| 81 | HW_LCD, ///< LCD register emulation | 60 | HW_LCD, ///< LCD register emulation |