diff options
| author | 2018-02-04 22:41:55 -0500 | |
|---|---|---|
| committer | 2018-02-04 22:41:55 -0500 | |
| commit | 649960b4eb40d453ad55688b0fe0dc9677ca1605 (patch) | |
| tree | 7461875b4c1dd65f0f966ccc59aad3f584f17f6c /src/common/logging/backend.cpp | |
| parent | logger: Add APM service logging category. (diff) | |
| download | yuzu-649960b4eb40d453ad55688b0fe0dc9677ca1605.tar.gz yuzu-649960b4eb40d453ad55688b0fe0dc9677ca1605.tar.xz yuzu-649960b4eb40d453ad55688b0fe0dc9677ca1605.zip | |
logger: Add LM service logging category.
Diffstat (limited to '')
| -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 27a18a6c2..9af9f531b 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -41,6 +41,7 @@ namespace Log { | |||
| 41 | SUB(Service, CFG) \ | 41 | SUB(Service, CFG) \ |
| 42 | SUB(Service, DSP) \ | 42 | SUB(Service, DSP) \ |
| 43 | SUB(Service, HID) \ | 43 | SUB(Service, HID) \ |
| 44 | SUB(Service, LM) \ | ||
| 44 | SUB(Service, NIFM) \ | 45 | SUB(Service, NIFM) \ |
| 45 | SUB(Service, NVDRV) \ | 46 | SUB(Service, NVDRV) \ |
| 46 | SUB(Service, Audio) \ | 47 | SUB(Service, Audio) \ |