summaryrefslogtreecommitdiffstats
path: root/src/common/logging
diff options
context:
space:
mode:
authorst4rk <zeromythos@ufrn.edu.br>2018-01-25 04:17:54 +0100
committerbunnei <bunneidev@gmail.com>2018-01-25 04:17:54 +0100
commit44eb8402322a47a52f0401f9ef7473bea719e2bf (patch)
treef2bd30601610b3a7650bacb176dda0e0a03cd9f0 /src/common/logging
parentMerge pull request #140 from gdkchan/time_fix (diff)
downloadyuzu-44eb8402322a47a52f0401f9ef7473bea719e2bf.tar
yuzu-44eb8402322a47a52f0401f9ef7473bea719e2bf.tar.gz
yuzu-44eb8402322a47a52f0401f9ef7473bea719e2bf.tar.bz2
yuzu-44eb8402322a47a52f0401f9ef7473bea719e2bf.tar.lz
yuzu-44eb8402322a47a52f0401f9ef7473bea719e2bf.tar.xz
yuzu-44eb8402322a47a52f0401f9ef7473bea719e2bf.tar.zst
yuzu-44eb8402322a47a52f0401f9ef7473bea719e2bf.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 2bd0a6be9..be53be407 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -39,6 +39,7 @@ namespace Log {
SUB(Service, DSP) \
SUB(Service, HID) \
SUB(Service, NVDRV) \
+ SUB(Service, Audio) \
CLS(HW) \
SUB(HW, Memory) \
SUB(HW, LCD) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 3144a0349..09ea7a2c7 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -56,6 +56,7 @@ enum class Class : ClassType {
Service_DSP, ///< The DSP (DSP control) service
Service_HID, ///< The HID (Human interface device) service
Service_NVDRV, ///< The NVDRV (Nvidia driver) service
+ Service_Audio, ///< The Audio (Audio control) service
HW, ///< Low-level hardware emulation
HW_Memory, ///< Memory-map and address translation
HW_LCD, ///< LCD register emulation