summaryrefslogtreecommitdiffstats
path: root/src/common/logging
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-02-05 04:26:44 +0100
committerbunnei <bunneidev@gmail.com>2018-02-05 04:26:44 +0100
commit8a5833f7ad757f3c9c9051632aa05c99ca4543fa (patch)
treea6a0163dde6a08ddbf506a23c2562ea4357426bc /src/common/logging
parenthid: Stub out several functions. (diff)
downloadyuzu-8a5833f7ad757f3c9c9051632aa05c99ca4543fa.tar
yuzu-8a5833f7ad757f3c9c9051632aa05c99ca4543fa.tar.gz
yuzu-8a5833f7ad757f3c9c9051632aa05c99ca4543fa.tar.bz2
yuzu-8a5833f7ad757f3c9c9051632aa05c99ca4543fa.tar.lz
yuzu-8a5833f7ad757f3c9c9051632aa05c99ca4543fa.tar.xz
yuzu-8a5833f7ad757f3c9c9051632aa05c99ca4543fa.tar.zst
yuzu-8a5833f7ad757f3c9c9051632aa05c99ca4543fa.zip
Diffstat (limited to 'src/common/logging')
-rw-r--r--src/common/logging/backend.cpp1
-rw-r--r--src/common/logging/log.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index 4a1397b7b..7d7291612 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -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) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 72e4f2ef7..76cee71cb 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