summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorGravatar JamePeng2016-02-14 19:53:32 +0800
committerGravatar JamePeng2016-03-15 00:42:47 +0800
commitdd0b8047eb8985ff398fd6e5e4fa11d1ea111e23 (patch)
tree091058af51d0edc57650bd72b2dca54b0703fde2 /src/common/logging/backend.cpp
parentMerge pull request #1509 from lioncash/noncopy (diff)
downloadyuzu-dd0b8047eb8985ff398fd6e5e4fa11d1ea111e23.tar.gz
yuzu-dd0b8047eb8985ff398fd6e5e4fa11d1ea111e23.tar.xz
yuzu-dd0b8047eb8985ff398fd6e5e4fa11d1ea111e23.zip
Reorganize the ndm service path for dummy implement function
SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons The NDM file move to /core/hle/service/ndm/ now!
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 54291429a..4c86151ab 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -42,6 +42,7 @@ namespace Log {
42 SUB(Service, AM) \ 42 SUB(Service, AM) \
43 SUB(Service, PTM) \ 43 SUB(Service, PTM) \
44 SUB(Service, LDR) \ 44 SUB(Service, LDR) \
45 SUB(Service, NDM) \
45 SUB(Service, NIM) \ 46 SUB(Service, NIM) \
46 SUB(Service, NWM) \ 47 SUB(Service, NWM) \
47 SUB(Service, CAM) \ 48 SUB(Service, CAM) \