diff options
Diffstat (limited to 'src/common/logging/log.h')
| -rw-r--r-- | src/common/logging/log.h | 21 |
1 files changed, 0 insertions, 21 deletions
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 |