summaryrefslogtreecommitdiff
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorGravatar Zach Hilman2018-10-20 17:22:15 -0400
committerGravatar Zach Hilman2018-10-20 18:01:07 -0400
commit3b8c0f8885c9e590f4317d8de51ea3d669ccdfcd (patch)
tree61b10c6249df5732518963b66ad75d0ac13fb3b8 /src/common/logging/log.h
parentMerge pull request #1535 from ReinUsesLisp/fixup-position (diff)
downloadyuzu-3b8c0f8885c9e590f4317d8de51ea3d669ccdfcd.tar.gz
yuzu-3b8c0f8885c9e590f4317d8de51ea3d669ccdfcd.tar.xz
yuzu-3b8c0f8885c9e590f4317d8de51ea3d669ccdfcd.zip
service: Add skeleton for psm service
Seems to be the power controller. Listed in switchbrew under the category PTM services.
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r--src/common/logging/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index abbd056ee..c9161155a 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -91,6 +91,7 @@ enum class Class : ClassType {
91 Service_PM, ///< The PM service 91 Service_PM, ///< The PM service
92 Service_PREPO, ///< The PREPO (Play report) service 92 Service_PREPO, ///< The PREPO (Play report) service
93 Service_PSC, ///< The PSC service 93 Service_PSC, ///< The PSC service
94 Service_PSM, ///< The PSM service
94 Service_SET, ///< The SET (Settings) service 95 Service_SET, ///< The SET (Settings) service
95 Service_SM, ///< The SM (Service manager) service 96 Service_SM, ///< The SM (Service manager) service
96 Service_SPL, ///< The SPL service 97 Service_SPL, ///< The SPL service