diff options
| author | 2018-02-04 22:35:42 -0500 | |
|---|---|---|
| committer | 2018-02-04 22:35:42 -0500 | |
| commit | 485c6541cfec7f5c1405a6cfa82712e0485e4464 (patch) | |
| tree | 1ac276882e12d1b9977c886877494b4c1d1993ba /src/common/logging/backend.cpp | |
| parent | logger: Add VI service logging category. (diff) | |
| download | yuzu-485c6541cfec7f5c1405a6cfa82712e0485e4464.tar.gz yuzu-485c6541cfec7f5c1405a6cfa82712e0485e4464.tar.xz yuzu-485c6541cfec7f5c1405a6cfa82712e0485e4464.zip | |
logger: Add NIFM service logging category.
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 7d7291612..c1f0311ce 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -40,6 +40,7 @@ namespace Log { | |||
| 40 | SUB(Service, CFG) \ | 40 | SUB(Service, CFG) \ |
| 41 | SUB(Service, DSP) \ | 41 | SUB(Service, DSP) \ |
| 42 | SUB(Service, HID) \ | 42 | SUB(Service, HID) \ |
| 43 | SUB(Service, NIFM) \ | ||
| 43 | SUB(Service, NVDRV) \ | 44 | SUB(Service, NVDRV) \ |
| 44 | SUB(Service, Audio) \ | 45 | SUB(Service, Audio) \ |
| 45 | SUB(Service, VI) \ | 46 | SUB(Service, VI) \ |