summaryrefslogtreecommitdiffstats
path: root/src/common/logging
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-11-19 21:35:07 +0100
committerbunnei <bunneidev@gmail.com>2020-11-19 21:36:09 +0100
commit6e3767648253b2162b86ecdca6fcbc31e9471595 (patch)
tree3b98d130e9cd4fbcee6b7e4ebca8532927562531 /src/common/logging
parentMerge pull request #4936 from lioncash/page (diff)
downloadyuzu-6e3767648253b2162b86ecdca6fcbc31e9471595.tar
yuzu-6e3767648253b2162b86ecdca6fcbc31e9471595.tar.gz
yuzu-6e3767648253b2162b86ecdca6fcbc31e9471595.tar.bz2
yuzu-6e3767648253b2162b86ecdca6fcbc31e9471595.tar.lz
yuzu-6e3767648253b2162b86ecdca6fcbc31e9471595.tar.xz
yuzu-6e3767648253b2162b86ecdca6fcbc31e9471595.tar.zst
yuzu-6e3767648253b2162b86ecdca6fcbc31e9471595.zip
Diffstat (limited to '')
-rw-r--r--src/common/logging/backend.cpp1
-rw-r--r--src/common/logging/log.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index 90dfa22ca..7859344b9 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -222,6 +222,7 @@ void DebuggerBackend::Write(const Entry& entry) {
SUB(Service, NPNS) \
SUB(Service, NS) \
SUB(Service, NVDRV) \
+ SUB(Service, OLSC) \
SUB(Service, PCIE) \
SUB(Service, PCTL) \
SUB(Service, PCV) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 13a4f1e30..835894918 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -95,6 +95,7 @@ enum class Class : ClassType {
Service_NPNS, ///< The NPNS service
Service_NS, ///< The NS services
Service_NVDRV, ///< The NVDRV (Nvidia driver) service
+ Service_OLSC, ///< The OLSC service
Service_PCIE, ///< The PCIe service
Service_PCTL, ///< The PCTL (Parental control) service
Service_PCV, ///< The PCV service