2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

logging: add missing NVDRV subclass to macro list

This commit is contained in:
Rozlette 2018-01-23 22:18:23 -06:00
parent 337664ae7c
commit ad64e7e86d

View file

@ -38,6 +38,7 @@ namespace Log {
SUB(Service, CFG) \ SUB(Service, CFG) \
SUB(Service, DSP) \ SUB(Service, DSP) \
SUB(Service, HID) \ SUB(Service, HID) \
SUB(Service, NVDRV) \
CLS(HW) \ CLS(HW) \
SUB(HW, Memory) \ SUB(HW, Memory) \
SUB(HW, LCD) \ SUB(HW, LCD) \