summaryrefslogtreecommitdiffstats
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-12-31 17:31:53 +0100
committerbunnei <bunneidev@gmail.com>2014-12-31 17:31:53 +0100
commit08b6cf778da3240dc78cff748c38c1188c7e6b69 (patch)
treef4e336af1e5cf5d72c2665470a96a9db73711ae7 /src/common/logging/backend.cpp
parentMerge pull request #375 from lioncash/uops (diff)
parentSOC_U: Preliminary implementation of sockets. (diff)
downloadyuzu-08b6cf778da3240dc78cff748c38c1188c7e6b69.tar
yuzu-08b6cf778da3240dc78cff748c38c1188c7e6b69.tar.gz
yuzu-08b6cf778da3240dc78cff748c38c1188c7e6b69.tar.bz2
yuzu-08b6cf778da3240dc78cff748c38c1188c7e6b69.tar.lz
yuzu-08b6cf778da3240dc78cff748c38c1188c7e6b69.tar.xz
yuzu-08b6cf778da3240dc78cff748c38c1188c7e6b69.tar.zst
yuzu-08b6cf778da3240dc78cff748c38c1188c7e6b69.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 816d1bb55..7ac30ad50 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -39,6 +39,7 @@ static std::shared_ptr<Logger> global_logger;
SUB(Service, CFG) \
SUB(Service, DSP) \
SUB(Service, HID) \
+ SUB(Service, SOC) \
CLS(HW) \
SUB(HW, Memory) \
SUB(HW, GPU) \