diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-10-20 23:22:15 +0200 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-10-21 00:01:07 +0200 |
commit | 3b8c0f8885c9e590f4317d8de51ea3d669ccdfcd (patch) | |
tree | 61b10c6249df5732518963b66ad75d0ac13fb3b8 /src/common/logging | |
parent | Merge pull request #1535 from ReinUsesLisp/fixup-position (diff) | |
download | yuzu-3b8c0f8885c9e590f4317d8de51ea3d669ccdfcd.tar yuzu-3b8c0f8885c9e590f4317d8de51ea3d669ccdfcd.tar.gz yuzu-3b8c0f8885c9e590f4317d8de51ea3d669ccdfcd.tar.bz2 yuzu-3b8c0f8885c9e590f4317d8de51ea3d669ccdfcd.tar.lz yuzu-3b8c0f8885c9e590f4317d8de51ea3d669ccdfcd.tar.xz yuzu-3b8c0f8885c9e590f4317d8de51ea3d669ccdfcd.tar.zst yuzu-3b8c0f8885c9e590f4317d8de51ea3d669ccdfcd.zip |
Diffstat (limited to 'src/common/logging')
-rw-r--r-- | src/common/logging/log.h | 1 |
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 { Service_PM, ///< The PM service Service_PREPO, ///< The PREPO (Play report) service Service_PSC, ///< The PSC service + Service_PSM, ///< The PSM service Service_SET, ///< The SET (Settings) service Service_SM, ///< The SM (Service manager) service Service_SPL, ///< The SPL service |