diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 4b83eeb28..0bc611649 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -47,6 +47,7 @@ namespace Log { SUB(Service, NDM) \ SUB(Service, NFC) \ SUB(Service, NIM) \ + SUB(Service, NS) \ SUB(Service, NWM) \ SUB(Service, CAM) \ SUB(Service, CECD) \ diff --git a/src/common/logging/log.h b/src/common/logging/log.h index fe4dfed69..f36642c38 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -64,6 +64,7 @@ enum class Class : ClassType { Service_NDM, ///< The NDM (Network daemon manager) service Service_NFC, ///< The NFC service Service_NIM, ///< The NIM (Network interface manager) service + Service_NS, ///< The NS (Nintendo User Interface Shell) service Service_NWM, ///< The NWM (Network wlan manager) service Service_CAM, ///< The CAM (Camera) service Service_CECD, ///< The CECD (StreetPass) service