diff options
| author | 2016-03-14 15:51:13 -0400 | |
|---|---|---|
| committer | 2016-03-14 15:51:13 -0400 | |
| commit | 62b105b69523456c52b58a1992d465a0ea6682e5 (patch) | |
| tree | 091058af51d0edc57650bd72b2dca54b0703fde2 /src/common/logging/backend.cpp | |
| parent | Merge pull request #1509 from lioncash/noncopy (diff) | |
| parent | Reorganize the ndm service path for dummy implement function (diff) | |
| download | yuzu-62b105b69523456c52b58a1992d465a0ea6682e5.tar.gz yuzu-62b105b69523456c52b58a1992d465a0ea6682e5.tar.xz yuzu-62b105b69523456c52b58a1992d465a0ea6682e5.zip | |
Merge pull request #1409 from JamePeng/Reorganize-NDM
Reorganize the ndm service path for implement dummy function
Diffstat (limited to 'src/common/logging/backend.cpp')
| -rw-r--r-- | src/common/logging/backend.cpp | 1 |
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) \ |