summaryrefslogtreecommitdiffstats
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-02-05 04:44:00 +0100
committerbunnei <bunneidev@gmail.com>2018-02-05 04:44:00 +0100
commitfc1359dc03cac8df8c4dcddf48b67de6622b97a4 (patch)
treef5ce08f7e2ab362658761a03729b66365aa2c899 /src/common/logging/backend.cpp
parentlogger: Add LM service logging category. (diff)
downloadyuzu-fc1359dc03cac8df8c4dcddf48b67de6622b97a4.tar
yuzu-fc1359dc03cac8df8c4dcddf48b67de6622b97a4.tar.gz
yuzu-fc1359dc03cac8df8c4dcddf48b67de6622b97a4.tar.bz2
yuzu-fc1359dc03cac8df8c4dcddf48b67de6622b97a4.tar.lz
yuzu-fc1359dc03cac8df8c4dcddf48b67de6622b97a4.tar.xz
yuzu-fc1359dc03cac8df8c4dcddf48b67de6622b97a4.tar.zst
yuzu-fc1359dc03cac8df8c4dcddf48b67de6622b97a4.zip
Diffstat (limited to '')
-rw-r--r--src/common/logging/backend.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index 9af9f531b..6dcfaed69 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -44,6 +44,7 @@ namespace Log {
SUB(Service, LM) \
SUB(Service, NIFM) \
SUB(Service, NVDRV) \
+ SUB(Service, PCTL) \
SUB(Service, Audio) \
SUB(Service, VI) \
CLS(HW) \