Browse Source
Merge pull request #139 from Rozelette/log_nvdrv
logging: add missing NVDRV subclass to macro list
pull/15/merge
bunnei
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/common/logging/backend.cpp
|
|
|
@ -38,6 +38,7 @@ namespace Log { |
|
|
|
SUB(Service, CFG) \ |
|
|
|
SUB(Service, DSP) \ |
|
|
|
SUB(Service, HID) \ |
|
|
|
SUB(Service, NVDRV) \ |
|
|
|
CLS(HW) \ |
|
|
|
SUB(HW, Memory) \ |
|
|
|
SUB(HW, LCD) \ |
|
|
|
|