summaryrefslogtreecommitdiff
path: root/src/common/logging
diff options
context:
space:
mode:
authorGravatar bunnei2018-10-22 15:27:05 -0400
committerGravatar GitHub2018-10-22 15:27:05 -0400
commitff6b2d457499156584ef51fb6025d2b3958e3aa5 (patch)
tree9143e12cc81e8a672cd91d00163a22877f546411 /src/common/logging
parentMerge pull request #1541 from lioncash/define (diff)
parentpsm: Stub GetChargerType (diff)
downloadyuzu-ff6b2d457499156584ef51fb6025d2b3958e3aa5.tar.gz
yuzu-ff6b2d457499156584ef51fb6025d2b3958e3aa5.tar.xz
yuzu-ff6b2d457499156584ef51fb6025d2b3958e3aa5.zip
Merge pull request #1545 from DarkLordZach/psm
psm: Add psm service and stub commands 0 and 1
Diffstat (limited to 'src/common/logging')
-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