summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-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 ca30fa6ff..38cc85e23 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -178,6 +178,7 @@ void FileBackend::Write(const Entry& entry) {
178 SUB(Service, LM) \ 178 SUB(Service, LM) \
179 SUB(Service, Mii) \ 179 SUB(Service, Mii) \
180 SUB(Service, MM) \ 180 SUB(Service, MM) \
181 SUB(Service, NCM) \
181 SUB(Service, NFC) \ 182 SUB(Service, NFC) \
182 SUB(Service, NFP) \ 183 SUB(Service, NFP) \
183 SUB(Service, NIFM) \ 184 SUB(Service, NIFM) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 2515cb40f..db4a80d0a 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -65,6 +65,7 @@ enum class Class : ClassType {
65 Service_LM, ///< The LM (Logger) service 65 Service_LM, ///< The LM (Logger) service
66 Service_Mii, ///< The Mii service 66 Service_Mii, ///< The Mii service
67 Service_MM, ///< The MM (Multimedia) service 67 Service_MM, ///< The MM (Multimedia) service
68 Service_NCM, ///< The NCM service
68 Service_NFC, ///< The NFC (Near-field communication) service 69 Service_NFC, ///< The NFC (Near-field communication) service
69 Service_NFP, ///< The NFP service 70 Service_NFP, ///< The NFP service
70 Service_NIFM, ///< The NIFM (Network interface) service 71 Service_NIFM, ///< The NIFM (Network interface) service