diff options
author | bunnei <bunneidev@gmail.com> | 2018-04-27 06:49:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-27 06:49:40 +0200 |
commit | 3c404964097a0882ce9651571ec02c54474350ce (patch) | |
tree | 37932b0e46a5190fbe54a83fe06706d171e6141a /src/common | |
parent | Merge pull request #406 from lioncash/frontend (diff) | |
parent | Switched to NGLOG_WARNING (diff) | |
download | yuzu-3c404964097a0882ce9651571ec02c54474350ce.tar yuzu-3c404964097a0882ce9651571ec02c54474350ce.tar.gz yuzu-3c404964097a0882ce9651571ec02c54474350ce.tar.bz2 yuzu-3c404964097a0882ce9651571ec02c54474350ce.tar.lz yuzu-3c404964097a0882ce9651571ec02c54474350ce.tar.xz yuzu-3c404964097a0882ce9651571ec02c54474350ce.tar.zst yuzu-3c404964097a0882ce9651571ec02c54474350ce.zip |
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/logging/backend.cpp | 1 | ||||
-rw-r--r-- | src/common/logging/log.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 26cd75a3e..618be0864 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -48,6 +48,7 @@ namespace Log { SUB(Service, NS) \ SUB(Service, NVDRV) \ SUB(Service, PCTL) \ + SUB(Service, PREPO) \ SUB(Service, SET) \ SUB(Service, SM) \ SUB(Service, SPL) \ 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 |