From 7469e26e5e1a224aaeee4eccc86079c82f9c326d Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 2 Aug 2018 09:59:08 -0400 Subject: service: Add migration services Adds the basic skeleton for the mig:usr service based off information provided by Switch Brew. --- src/common/logging/backend.cpp | 1 + src/common/logging/log.h | 1 + 2 files changed, 2 insertions(+) (limited to 'src/common') diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index d6714587c..ecb265a47 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -180,6 +180,7 @@ void FileBackend::Write(const Entry& entry) { SUB(Service, LBL) \ SUB(Service, LDN) \ SUB(Service, LM) \ + SUB(Service, Migration) \ SUB(Service, Mii) \ SUB(Service, MM) \ SUB(Service, NCM) \ diff --git a/src/common/logging/log.h b/src/common/logging/log.h index e96d817f4..ef0b8bf0d 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -67,6 +67,7 @@ enum class Class : ClassType { Service_LBL, ///< The LBL (LCD backlight) service Service_LDN, ///< The LDN (Local domain network) service Service_LM, ///< The LM (Logger) service + Service_Migration, ///< The migration service Service_Mii, ///< The Mii service Service_MM, ///< The MM (Multimedia) service Service_NCM, ///< The NCM service -- cgit v1.2.3