summaryrefslogtreecommitdiffstats
path: root/src/common/logging
diff options
context:
space:
mode:
authormailwl <mailwl@gmail.com>2016-09-23 12:47:34 +0200
committermailwl <mailwl@gmail.com>2016-11-25 07:37:19 +0100
commitd4cadf11fc351cfd1105a9ffcd5ac50741ab6f9a (patch)
treef8a0f30326d833c25120a28a0daf33e0ef7b8826 /src/common/logging
parentMerge pull request #2210 from jroweboy/pagetables (diff)
downloadyuzu-d4cadf11fc351cfd1105a9ffcd5ac50741ab6f9a.tar
yuzu-d4cadf11fc351cfd1105a9ffcd5ac50741ab6f9a.tar.gz
yuzu-d4cadf11fc351cfd1105a9ffcd5ac50741ab6f9a.tar.bz2
yuzu-d4cadf11fc351cfd1105a9ffcd5ac50741ab6f9a.tar.lz
yuzu-d4cadf11fc351cfd1105a9ffcd5ac50741ab6f9a.tar.xz
yuzu-d4cadf11fc351cfd1105a9ffcd5ac50741ab6f9a.tar.zst
yuzu-d4cadf11fc351cfd1105a9ffcd5ac50741ab6f9a.zip
Diffstat (limited to 'src/common/logging')
-rw-r--r--src/common/logging/backend.cpp1
-rw-r--r--src/common/logging/log.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index 88209081d..7fd397fe5 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -43,6 +43,7 @@ namespace Log {
SUB(Service, AM) \
SUB(Service, PTM) \
SUB(Service, LDR) \
+ SUB(Service, MIC) \
SUB(Service, NDM) \
SUB(Service, NIM) \
SUB(Service, NWM) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 8d3a2d03e..8011534b8 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -60,6 +60,7 @@ enum class Class : ClassType {
Service_AM, ///< The AM (Application manager) service
Service_PTM, ///< The PTM (Power status & misc.) service
Service_LDR, ///< The LDR (3ds dll loader) service
+ Service_MIC, ///< The MIC (microphone) service
Service_NDM, ///< The NDM (Network daemon manager) service
Service_NIM, ///< The NIM (Network interface manager) service
Service_NWM, ///< The NWM (Network wlan manager) service