summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-01 21:40:55 +0200
committerLioncash <mathew1800@gmail.com>2018-08-01 22:13:04 +0200
commitd109279543c36d20b98ceabdd921e6a9a0015782 (patch)
tree24c4b73abf24a6106ce1f2a86da77f41736b6624 /src/common
parentMerge pull request #885 from greggameplayer/R32-Float (diff)
downloadyuzu-d109279543c36d20b98ceabdd921e6a9a0015782.tar
yuzu-d109279543c36d20b98ceabdd921e6a9a0015782.tar.gz
yuzu-d109279543c36d20b98ceabdd921e6a9a0015782.tar.bz2
yuzu-d109279543c36d20b98ceabdd921e6a9a0015782.tar.lz
yuzu-d109279543c36d20b98ceabdd921e6a9a0015782.tar.xz
yuzu-d109279543c36d20b98ceabdd921e6a9a0015782.tar.zst
yuzu-d109279543c36d20b98ceabdd921e6a9a0015782.zip
Diffstat (limited to 'src/common')
-rw-r--r--src/common/logging/backend.cpp2
-rw-r--r--src/common/logging/log.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index d86c40d26..ba0677fa4 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -169,6 +169,7 @@ void FileBackend::Write(const Entry& entry) {
SUB(Service, AOC) \
SUB(Service, APM) \
SUB(Service, BCAT) \
+ SUB(Service, BPC) \
SUB(Service, BTM) \
SUB(Service, Fatal) \
SUB(Service, FGM) \
@@ -188,6 +189,7 @@ void FileBackend::Write(const Entry& entry) {
SUB(Service, NVDRV) \
SUB(Service, PCIE) \
SUB(Service, PCTL) \
+ SUB(Service, PCV) \
SUB(Service, PREPO) \
SUB(Service, SET) \
SUB(Service, SM) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 140cd8e47..8fd552233 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -56,6 +56,7 @@ enum class Class : ClassType {
Service_APM, ///< The APM (Performance) service
Service_Audio, ///< The Audio (Audio control) service
Service_BCAT, ///< The BCAT service
+ Service_BPC, ///< The BPC service
Service_BTM, ///< The BTM service
Service_Fatal, ///< The Fatal service
Service_FGM, ///< The FGM service
@@ -75,6 +76,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_PREPO, ///< The PREPO (Play report) service
Service_SET, ///< The SET (Settings) service
Service_SM, ///< The SM (Service manager) service