summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorGravatar mailwl2018-03-23 09:32:50 +0300
committerGravatar mailwl2018-03-23 09:32:50 +0300
commit9ee33350de652ce586a5ff6a2135ebbaeaa45c7c (patch)
tree427b6ccda520885426556db019254e12a8352fd7 /src/common/logging/backend.cpp
parentMerge pull request #264 from valentinvanelslande/cmd-dynarmic (diff)
downloadyuzu-9ee33350de652ce586a5ff6a2135ebbaeaa45c7c.tar.gz
yuzu-9ee33350de652ce586a5ff6a2135ebbaeaa45c7c.tar.xz
yuzu-9ee33350de652ce586a5ff6a2135ebbaeaa45c7c.zip
Service/SSL: add ssl service
Diffstat (limited to 'src/common/logging/backend.cpp')
-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 8d5225f62..9bfac5e7f 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -49,6 +49,7 @@ namespace Log {
49 SUB(Service, SET) \ 49 SUB(Service, SET) \
50 SUB(Service, SM) \ 50 SUB(Service, SM) \
51 SUB(Service, SPL) \ 51 SUB(Service, SPL) \
52 SUB(Service, SSL) \
52 SUB(Service, Time) \ 53 SUB(Service, Time) \
53 SUB(Service, VI) \ 54 SUB(Service, VI) \
54 CLS(HW) \ 55 CLS(HW) \