summaryrefslogtreecommitdiffstats
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-02-05 04:55:45 +0100
committerbunnei <bunneidev@gmail.com>2018-02-05 04:55:45 +0100
commitc689fe84244868542bf557b2ca3fe1da63f2a6da (patch)
tree1a1ed34a12298fa994e2fca772aa4003b35ef223 /src/common/logging/log.h
parentlogger: Add PCTL service logging category. (diff)
downloadyuzu-c689fe84244868542bf557b2ca3fe1da63f2a6da.tar
yuzu-c689fe84244868542bf557b2ca3fe1da63f2a6da.tar.gz
yuzu-c689fe84244868542bf557b2ca3fe1da63f2a6da.tar.bz2
yuzu-c689fe84244868542bf557b2ca3fe1da63f2a6da.tar.lz
yuzu-c689fe84244868542bf557b2ca3fe1da63f2a6da.tar.xz
yuzu-c689fe84244868542bf557b2ca3fe1da63f2a6da.tar.zst
yuzu-c689fe84244868542bf557b2ca3fe1da63f2a6da.zip
Diffstat (limited to '')
-rw-r--r--src/common/logging/log.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index b7d3e1c4f..f7336cea8 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -49,20 +49,18 @@ enum class Class : ClassType {
Kernel_SVC, ///< Kernel system calls
Service, ///< HLE implementation of system services. Each major service
/// should have its own subclass.
- Service_ACC, ///< The ACC (Account service) implementation
- Service_AM, ///< The AM (Applet manager service) implementation
- Service_APM, ///< The APM service implementation
- Service_SM, ///< The SRV (Service Directory) implementation
- Service_FS, ///< The FS (Filesystem) service implementation
- Service_GSP, ///< The GSP (GPU control) service
- Service_CFG, ///< The CFG (Configuration) service
- Service_DSP, ///< The DSP (DSP control) service
+ Service_ACC, ///< The ACC (Accounts) service
+ Service_AM, ///< The AM (Applet manager) service
+ Service_APM, ///< The APM (Performance) service
+ Service_Audio, ///< The Audio (Audio control) service
+ Service_FS, ///< The FS (Filesystem) service
Service_HID, ///< The HID (Human interface device) service
- Service_LM, ///< The LM (Logger) service implementation
+ Service_LM, ///< The LM (Logger) service
Service_NIFM, ///< The NIFM (Network interface) service
Service_NVDRV, ///< The NVDRV (Nvidia driver) service
Service_PCTL, ///< The PCTL (Parental control) service
- Service_Audio, ///< The Audio (Audio control) service
+ Service_SET, ///< The SET (Settings) service
+ Service_SM, ///< The SM (Service manager) service
Service_VI, ///< The VI (Video interface) service
HW, ///< Low-level hardware emulation
HW_Memory, ///< Memory-map and address translation