summaryrefslogtreecommitdiffstats
path: root/src/common/logging
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-10-24 04:30:00 +0200
committerLioncash <mathew1800@gmail.com>2018-10-24 04:35:59 +0200
commitf80b80b922e3b8a0cf59831f122562372b852a6b (patch)
tree9cae72701c1b9c43722bfaa8e6fa27ee7e6922cd /src/common/logging
parentMerge pull request #1551 from ogniK5377/improved-svcbreak (diff)
downloadyuzu-f80b80b922e3b8a0cf59831f122562372b852a6b.tar
yuzu-f80b80b922e3b8a0cf59831f122562372b852a6b.tar.gz
yuzu-f80b80b922e3b8a0cf59831f122562372b852a6b.tar.bz2
yuzu-f80b80b922e3b8a0cf59831f122562372b852a6b.tar.lz
yuzu-f80b80b922e3b8a0cf59831f122562372b852a6b.tar.xz
yuzu-f80b80b922e3b8a0cf59831f122562372b852a6b.tar.zst
yuzu-f80b80b922e3b8a0cf59831f122562372b852a6b.zip
Diffstat (limited to 'src/common/logging')
-rw-r--r--src/common/logging/backend.cpp3
-rw-r--r--src/common/logging/log.h2
2 files changed, 5 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index 9f5918851..6d5218465 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -196,6 +196,7 @@ void FileBackend::Write(const Entry& entry) {
SUB(Service, NFP) \
SUB(Service, NIFM) \
SUB(Service, NIM) \
+ SUB(Service, NPNS) \
SUB(Service, NS) \
SUB(Service, NVDRV) \
SUB(Service, PCIE) \
@@ -204,10 +205,12 @@ void FileBackend::Write(const Entry& entry) {
SUB(Service, PM) \
SUB(Service, PREPO) \
SUB(Service, PSC) \
+ SUB(Service, PSM) \
SUB(Service, SET) \
SUB(Service, SM) \
SUB(Service, SPL) \
SUB(Service, SSL) \
+ SUB(Service, TCAP) \
SUB(Service, Time) \
SUB(Service, USB) \
SUB(Service, VI) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index c9161155a..d4ec31ec3 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -83,6 +83,7 @@ enum class Class : ClassType {
Service_NFP, ///< The NFP service
Service_NIFM, ///< The NIFM (Network interface) service
Service_NIM, ///< The NIM service
+ Service_NPNS, ///< The NPNS service
Service_NS, ///< The NS services
Service_NVDRV, ///< The NVDRV (Nvidia driver) service
Service_PCIE, ///< The PCIe service
@@ -96,6 +97,7 @@ enum class Class : ClassType {
Service_SM, ///< The SM (Service manager) service
Service_SPL, ///< The SPL service
Service_SSL, ///< The SSL service
+ Service_TCAP, ///< The TCAP service.
Service_Time, ///< The time service
Service_USB, ///< The USB (Universal Serial Bus) service
Service_VI, ///< The VI (Video interface) service