diff options
author | Lioncash <mathew1800@gmail.com> | 2018-08-02 04:06:56 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-08-02 05:31:31 +0200 |
commit | 42c517132298005b3882837131cccf4d27331ed0 (patch) | |
tree | 04965a21bb8352e55069d069b362841d03e62635 /src/common/logging/log.h | |
parent | service: Add psc services (diff) | |
download | yuzu-42c517132298005b3882837131cccf4d27331ed0.tar yuzu-42c517132298005b3882837131cccf4d27331ed0.tar.gz yuzu-42c517132298005b3882837131cccf4d27331ed0.tar.bz2 yuzu-42c517132298005b3882837131cccf4d27331ed0.tar.lz yuzu-42c517132298005b3882837131cccf4d27331ed0.tar.xz yuzu-42c517132298005b3882837131cccf4d27331ed0.tar.zst yuzu-42c517132298005b3882837131cccf4d27331ed0.zip |
Diffstat (limited to '')
-rw-r--r-- | src/common/logging/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 1763bdeaf..b5891fb15 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -77,7 +77,7 @@ enum class Class : ClassType { Service_NVDRV, ///< The NVDRV (Nvidia driver) service Service_PCIE, ///< The PCIe service Service_PCTL, ///< The PCTL (Parental control) service - Service_PCV, ///< The PCV (Parental control) service + Service_PCV, ///< The PCV service Service_PREPO, ///< The PREPO (Play report) service Service_PSC, ///< The PSC service Service_SET, ///< The SET (Settings) service |