summaryrefslogtreecommitdiff
path: root/src/common/logging
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/logging')
-rw-r--r--src/common/logging/filter.cpp2
-rw-r--r--src/common/logging/types.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/common/logging/filter.cpp b/src/common/logging/filter.cpp
index 4afc1369a..4acbff649 100644
--- a/src/common/logging/filter.cpp
+++ b/src/common/logging/filter.cpp
@@ -101,6 +101,7 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) {
101 SUB(Service, GRC) \ 101 SUB(Service, GRC) \
102 SUB(Service, HID) \ 102 SUB(Service, HID) \
103 SUB(Service, IRS) \ 103 SUB(Service, IRS) \
104 SUB(Service, JIT) \
104 SUB(Service, LBL) \ 105 SUB(Service, LBL) \
105 SUB(Service, LDN) \ 106 SUB(Service, LDN) \
106 SUB(Service, LDR) \ 107 SUB(Service, LDR) \
@@ -119,6 +120,7 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) {
119 SUB(Service, NPNS) \ 120 SUB(Service, NPNS) \
120 SUB(Service, NS) \ 121 SUB(Service, NS) \
121 SUB(Service, NVDRV) \ 122 SUB(Service, NVDRV) \
123 SUB(Service, NVFlinger) \
122 SUB(Service, OLSC) \ 124 SUB(Service, OLSC) \
123 SUB(Service, PCIE) \ 125 SUB(Service, PCIE) \
124 SUB(Service, PCTL) \ 126 SUB(Service, PCTL) \
diff --git a/src/common/logging/types.h b/src/common/logging/types.h
index 2b6e4daa7..99c15fa96 100644
--- a/src/common/logging/types.h
+++ b/src/common/logging/types.h
@@ -69,6 +69,7 @@ enum class Class : u8 {
69 Service_GRC, ///< The game recording service 69 Service_GRC, ///< The game recording service
70 Service_HID, ///< The HID (Human interface device) service 70 Service_HID, ///< The HID (Human interface device) service
71 Service_IRS, ///< The IRS service 71 Service_IRS, ///< The IRS service
72 Service_JIT, ///< The JIT service
72 Service_LBL, ///< The LBL (LCD backlight) service 73 Service_LBL, ///< The LBL (LCD backlight) service
73 Service_LDN, ///< The LDN (Local domain network) service 74 Service_LDN, ///< The LDN (Local domain network) service
74 Service_LDR, ///< The loader service 75 Service_LDR, ///< The loader service
@@ -87,6 +88,7 @@ enum class Class : u8 {
87 Service_NPNS, ///< The NPNS service 88 Service_NPNS, ///< The NPNS service
88 Service_NS, ///< The NS services 89 Service_NS, ///< The NS services
89 Service_NVDRV, ///< The NVDRV (Nvidia driver) service 90 Service_NVDRV, ///< The NVDRV (Nvidia driver) service
91 Service_NVFlinger, ///< The NVFlinger service
90 Service_OLSC, ///< The OLSC service 92 Service_OLSC, ///< The OLSC service
91 Service_PCIE, ///< The PCIe service 93 Service_PCIE, ///< The PCIe service
92 Service_PCTL, ///< The PCTL (Parental control) service 94 Service_PCTL, ///< The PCTL (Parental control) service