diff options
| author | 2018-02-04 22:55:45 -0500 | |
|---|---|---|
| committer | 2018-02-04 22:55:45 -0500 | |
| commit | c689fe84244868542bf557b2ca3fe1da63f2a6da (patch) | |
| tree | 1a1ed34a12298fa994e2fca772aa4003b35ef223 /src/common/logging/backend.cpp | |
| parent | logger: Add PCTL service logging category. (diff) | |
| download | yuzu-c689fe84244868542bf557b2ca3fe1da63f2a6da.tar.gz yuzu-c689fe84244868542bf557b2ca3fe1da63f2a6da.tar.xz yuzu-c689fe84244868542bf557b2ca3fe1da63f2a6da.zip | |
logger: Add SET service logging category.
Diffstat (limited to 'src/common/logging/backend.cpp')
| -rw-r--r-- | src/common/logging/backend.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 6dcfaed69..2848fe116 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -33,19 +33,17 @@ namespace Log { | |||
| 33 | SUB(Kernel, SVC) \ | 33 | SUB(Kernel, SVC) \ |
| 34 | CLS(Service) \ | 34 | CLS(Service) \ |
| 35 | SUB(Service, ACC) \ | 35 | SUB(Service, ACC) \ |
| 36 | SUB(Service, Audio) \ | ||
| 36 | SUB(Service, AM) \ | 37 | SUB(Service, AM) \ |
| 37 | SUB(Service, APM) \ | 38 | SUB(Service, APM) \ |
| 38 | SUB(Service, SM) \ | ||
| 39 | SUB(Service, FS) \ | 39 | SUB(Service, FS) \ |
| 40 | SUB(Service, GSP) \ | ||
| 41 | SUB(Service, CFG) \ | ||
| 42 | SUB(Service, DSP) \ | ||
| 43 | SUB(Service, HID) \ | 40 | SUB(Service, HID) \ |
| 44 | SUB(Service, LM) \ | 41 | SUB(Service, LM) \ |
| 45 | SUB(Service, NIFM) \ | 42 | SUB(Service, NIFM) \ |
| 46 | SUB(Service, NVDRV) \ | 43 | SUB(Service, NVDRV) \ |
| 47 | SUB(Service, PCTL) \ | 44 | SUB(Service, PCTL) \ |
| 48 | SUB(Service, Audio) \ | 45 | SUB(Service, SET) \ |
| 46 | SUB(Service, SM) \ | ||
| 49 | SUB(Service, VI) \ | 47 | SUB(Service, VI) \ |
| 50 | CLS(HW) \ | 48 | CLS(HW) \ |
| 51 | SUB(HW, Memory) \ | 49 | SUB(HW, Memory) \ |