1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-26 14:06:31 -05:00

logger: Add VI service logging category.

This commit is contained in:
bunnei
2018-02-04 22:26:44 -05:00
parent 119f02a439
commit 8a5833f7ad
6 changed files with 22 additions and 21 deletions

View File

@@ -42,6 +42,7 @@ namespace Log {
SUB(Service, HID) \
SUB(Service, NVDRV) \
SUB(Service, Audio) \
SUB(Service, VI) \
CLS(HW) \
SUB(HW, Memory) \
SUB(HW, LCD) \

View File

@@ -59,6 +59,7 @@ enum class Class : ClassType {
Service_HID, ///< The HID (Human interface device) service
Service_NVDRV, ///< The NVDRV (Nvidia driver) service
Service_Audio, ///< The Audio (Audio control) service
Service_VI, ///< The VI (Video interface) service
HW, ///< Low-level hardware emulation
HW_Memory, ///< Memory-map and address translation
HW_LCD, ///< LCD register emulation