summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2015-04-03 22:16:50 -0400
committerGravatar bunnei2015-04-03 22:16:50 -0400
commit3fd2cc566b38d34c587140ce3dbc580f85e34717 (patch)
treef2e5d7e08062f4bbd49ea618bb78c1de71634763 /src/common/logging/backend.cpp
parentMerge pull request #677 from lioncash/cp15 (diff)
parentServices: Stubs and minor changes (diff)
downloadyuzu-3fd2cc566b38d34c587140ce3dbc580f85e34717.tar.gz
yuzu-3fd2cc566b38d34c587140ce3dbc580f85e34717.tar.xz
yuzu-3fd2cc566b38d34c587140ce3dbc580f85e34717.zip
Merge pull request #641 from purpasmart96/service_stubs
Services: Stubs and minor changes
Diffstat (limited to 'src/common/logging/backend.cpp')
-rw-r--r--src/common/logging/backend.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index 649640e72..7d3534a43 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -39,6 +39,8 @@ static std::shared_ptr<Logger> global_logger;
39 SUB(Service, AC) \ 39 SUB(Service, AC) \
40 SUB(Service, PTM) \ 40 SUB(Service, PTM) \
41 SUB(Service, LDR) \ 41 SUB(Service, LDR) \
42 SUB(Service, NIM) \
43 SUB(Service, NWM) \
42 SUB(Service, CFG) \ 44 SUB(Service, CFG) \
43 SUB(Service, DSP) \ 45 SUB(Service, DSP) \
44 SUB(Service, HID) \ 46 SUB(Service, HID) \