summaryrefslogtreecommitdiff
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r--src/common/logging/log.h18
1 files changed, 12 insertions, 6 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 09ea7a2c7..0d79b8498 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -49,14 +49,20 @@ enum class Class : ClassType {
49 Kernel_SVC, ///< Kernel system calls 49 Kernel_SVC, ///< Kernel system calls
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_SM, ///< The SRV (Service Directory) implementation 52 Service_ACC, ///< The ACC (Accounts) service
53 Service_FS, ///< The FS (Filesystem) service implementation 53 Service_AM, ///< The AM (Applet manager) service
54 Service_GSP, ///< The GSP (GPU control) service 54 Service_APM, ///< The APM (Performance) service
55 Service_CFG, ///< The CFG (Configuration) service 55 Service_Audio, ///< The Audio (Audio control) service
56 Service_DSP, ///< The DSP (DSP control) service 56 Service_FS, ///< The FS (Filesystem) service
57 Service_HID, ///< The HID (Human interface device) service 57 Service_HID, ///< The HID (Human interface device) service
58 Service_LM, ///< The LM (Logger) service
59 Service_NIFM, ///< The NIFM (Network interface) service
58 Service_NVDRV, ///< The NVDRV (Nvidia driver) service 60 Service_NVDRV, ///< The NVDRV (Nvidia driver) service
59 Service_Audio, ///< The Audio (Audio control) service 61 Service_PCTL, ///< The PCTL (Parental control) service
62 Service_SET, ///< The SET (Settings) service
63 Service_SM, ///< The SM (Service manager) service
64 Service_Time, ///< The time service
65 Service_VI, ///< The VI (Video interface) service
60 HW, ///< Low-level hardware emulation 66 HW, ///< Low-level hardware emulation
61 HW_Memory, ///< Memory-map and address translation 67 HW_Memory, ///< Memory-map and address translation
62 HW_LCD, ///< LCD register emulation 68 HW_LCD, ///< LCD register emulation