summaryrefslogtreecommitdiffstats
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-02-05 06:10:29 +0100
committerGitHub <noreply@github.com>2018-02-05 06:10:29 +0100
commit35517ca92cc3290e2882e3e9009bbb02a038d6f2 (patch)
tree0483cbc3d950644b9a042232c497c46d4c4b263e /src/common/logging/log.h
parentMerge pull request #160 from bunnei/svc-improvements (diff)
parentset: GetAvailableLanguageCodes should not return lang_codes size. (diff)
downloadyuzu-35517ca92cc3290e2882e3e9009bbb02a038d6f2.tar
yuzu-35517ca92cc3290e2882e3e9009bbb02a038d6f2.tar.gz
yuzu-35517ca92cc3290e2882e3e9009bbb02a038d6f2.tar.bz2
yuzu-35517ca92cc3290e2882e3e9009bbb02a038d6f2.tar.lz
yuzu-35517ca92cc3290e2882e3e9009bbb02a038d6f2.tar.xz
yuzu-35517ca92cc3290e2882e3e9009bbb02a038d6f2.tar.zst
yuzu-35517ca92cc3290e2882e3e9009bbb02a038d6f2.zip
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 {
Kernel_SVC, ///< Kernel system calls
Service, ///< HLE implementation of system services. Each major service
/// should have its own subclass.
- 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
+ Service_NIFM, ///< The NIFM (Network interface) service
Service_NVDRV, ///< The NVDRV (Nvidia driver) service
- Service_Audio, ///< The Audio (Audio control) service
+ Service_PCTL, ///< The PCTL (Parental control) service
+ Service_SET, ///< The SET (Settings) service
+ Service_SM, ///< The SM (Service manager) service
+ Service_Time, ///< The time service
+ Service_VI, ///< The VI (Video interface) service
HW, ///< Low-level hardware emulation
HW_Memory, ///< Memory-map and address translation
HW_LCD, ///< LCD register emulation