diff options
author | bunnei <bunneidev@gmail.com> | 2018-04-27 00:49:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-27 00:49:40 -0400 |
commit | 3c404964097a0882ce9651571ec02c54474350ce (patch) | |
tree | 37932b0e46a5190fbe54a83fe06706d171e6141a /src/common/logging/log.h | |
parent | 4f120a9ec0ce7a20d7bb0dc60342c42a60ed8c43 (diff) | |
parent | abc23416e8f2a0963a5ddff021788cae7f00dd62 (diff) |
Merge pull request #380 from ogniK5377/service-impl
Implemented some useful interfaces needed for games.
Diffstat (limited to 'src/common/logging/log.h')
-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 45821850c..1b29ce6e0 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -65,6 +65,7 @@ enum class Class : ClassType { Service_NS, ///< The NS services Service_NVDRV, ///< The NVDRV (Nvidia driver) service Service_PCTL, ///< The PCTL (Parental control) service + Service_PREPO, ///< The PREPO (Play report) service Service_SET, ///< The SET (Settings) service Service_SM, ///< The SM (Service manager) service Service_SPL, ///< The SPL service |