diff options
author | bunnei <bunneidev@gmail.com> | 2018-02-04 22:26:44 -0500 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-02-04 22:26:44 -0500 |
commit | 8a5833f7ad757f3c9c9051632aa05c99ca4543fa (patch) | |
tree | a6a0163dde6a08ddbf506a23c2562ea4357426bc /src/common/logging/log.h | |
parent | 119f02a439b0e5b20f9176ba0df4d12857b50ffa (diff) |
logger: Add VI service logging category.
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r-- | src/common/logging/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 72e4f2ef72..76cee71cbe 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -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 |