Browse Source

logging: add missing NVDRV subclass to macro list

pull/15/merge
Rozlette 8 years ago
parent
commit
ad64e7e86d
  1. 1
      src/common/logging/backend.cpp

1
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) \

Loading…
Cancel
Save