diff options
author | David Marcec <dmarcecguzman@gmail.com> | 2018-04-23 04:02:18 +0200 |
---|---|---|
committer | David Marcec <dmarcecguzman@gmail.com> | 2018-04-23 04:02:18 +0200 |
commit | 27650499bc74ec642c253a84fcf7f1c7812fdcac (patch) | |
tree | 90d6fd8921ae0e319166f4d52ade2ed71237cfb3 /src/common | |
parent | lioncash proposed changes (diff) | |
download | yuzu-27650499bc74ec642c253a84fcf7f1c7812fdcac.tar yuzu-27650499bc74ec642c253a84fcf7f1c7812fdcac.tar.gz yuzu-27650499bc74ec642c253a84fcf7f1c7812fdcac.tar.bz2 yuzu-27650499bc74ec642c253a84fcf7f1c7812fdcac.tar.lz yuzu-27650499bc74ec642c253a84fcf7f1c7812fdcac.tar.xz yuzu-27650499bc74ec642c253a84fcf7f1c7812fdcac.tar.zst yuzu-27650499bc74ec642c253a84fcf7f1c7812fdcac.zip |
Diffstat (limited to 'src/common')
-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..ade44d9c7 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 |