summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2016-04-02 01:43:35 -0400
committerGravatar bunnei2016-04-02 01:43:35 -0400
commite5e3b97db21fe96852d45da2be0360b078547cd5 (patch)
tree604e67b9d94fe763bba02679c20d4d039bdf200e /src/common/logging/backend.cpp
parentMerge pull request #1390 from purpasmart96/citra_gsp_error_codes (diff)
parentcecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle (diff)
downloadyuzu-e5e3b97db21fe96852d45da2be0360b078547cd5.tar.gz
yuzu-e5e3b97db21fe96852d45da2be0360b078547cd5.tar.xz
yuzu-e5e3b97db21fe96852d45da2be0360b078547cd5.zip
Merge pull request #1619 from mailwl/cecd
cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle
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 4c86151ab..a22b0aeb0 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -46,6 +46,7 @@ namespace Log {
46 SUB(Service, NIM) \ 46 SUB(Service, NIM) \
47 SUB(Service, NWM) \ 47 SUB(Service, NWM) \
48 SUB(Service, CAM) \ 48 SUB(Service, CAM) \
49 SUB(Service, CECD) \
49 SUB(Service, CFG) \ 50 SUB(Service, CFG) \
50 SUB(Service, DSP) \ 51 SUB(Service, DSP) \
51 SUB(Service, HID) \ 52 SUB(Service, HID) \