summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2017-01-03 12:56:02 -0300
committerGravatar GitHub2017-01-03 12:56:02 -0300
commite2de82543bb87a66e13d085a3dd175ce7fa99fea (patch)
tree2bd3f68054a8dc7b1ac8995061799ea219e4eee8 /src/common/logging/backend.cpp
parentMerge pull request #2390 from jroweboy/bintray (diff)
parentService/NFC: stub GetTagInRangeEvent (diff)
downloadyuzu-e2de82543bb87a66e13d085a3dd175ce7fa99fea.tar.gz
yuzu-e2de82543bb87a66e13d085a3dd175ce7fa99fea.tar.xz
yuzu-e2de82543bb87a66e13d085a3dd175ce7fa99fea.zip
Merge pull request #2382 from mailwl/nfc
Service/NFC: stub GetTagInRangeEvent
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 3ea102229..2ef3e6b05 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -45,6 +45,7 @@ namespace Log {
45 SUB(Service, LDR) \ 45 SUB(Service, LDR) \
46 SUB(Service, MIC) \ 46 SUB(Service, MIC) \
47 SUB(Service, NDM) \ 47 SUB(Service, NDM) \
48 SUB(Service, NFC) \
48 SUB(Service, NIM) \ 49 SUB(Service, NIM) \
49 SUB(Service, NWM) \ 50 SUB(Service, NWM) \
50 SUB(Service, CAM) \ 51 SUB(Service, CAM) \