From 5233040ab480f0d0ace929247646d9eba6e77f9f Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 1 Aug 2018 21:59:22 -0400 Subject: service: Add psc services Adds the basic skeleton for the psc services based off the information provided by Switch Brew. --- src/common/logging/log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/logging/log.h') diff --git a/src/common/logging/log.h b/src/common/logging/log.h index e96d817f4..1763bdeaf 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -79,6 +79,7 @@ enum class Class : ClassType { Service_PCTL, ///< The PCTL (Parental control) service Service_PCV, ///< The PCV (Parental control) service Service_PREPO, ///< The PREPO (Play report) service + Service_PSC, ///< The PSC service Service_SET, ///< The SET (Settings) service Service_SM, ///< The SM (Service manager) service Service_SPL, ///< The SPL service -- cgit v1.2.3 From 42c517132298005b3882837131cccf4d27331ed0 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 1 Aug 2018 22:06:56 -0400 Subject: logging/log: Remove incorrect description in PCV doc comment PCV isn't the parental control service. --- src/common/logging/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/logging/log.h') diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 1763bdeaf..b5891fb15 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -77,7 +77,7 @@ enum class Class : ClassType { Service_NVDRV, ///< The NVDRV (Nvidia driver) service Service_PCIE, ///< The PCIe service Service_PCTL, ///< The PCTL (Parental control) service - Service_PCV, ///< The PCV (Parental control) service + Service_PCV, ///< The PCV service Service_PREPO, ///< The PREPO (Play report) service Service_PSC, ///< The PSC service Service_SET, ///< The SET (Settings) service -- cgit v1.2.3