summaryrefslogtreecommitdiffstats
path: root/src/common/logging
diff options
context:
space:
mode:
authorexhalatio <exha10@gmx.com.my>2016-04-02 23:05:20 +0200
committerexhalatio <exha10@gmx.com.my>2016-04-02 23:05:20 +0200
commitbbdfbe44e6ab029464a466babbf5e53bee4ee1b9 (patch)
tree87ee7ebe6330ba343e1b5cfff922c1f97be93a3e /src/common/logging
parentMerge pull request #1566 from MerryMage/audio-codec (diff)
downloadyuzu-bbdfbe44e6ab029464a466babbf5e53bee4ee1b9.tar
yuzu-bbdfbe44e6ab029464a466babbf5e53bee4ee1b9.tar.gz
yuzu-bbdfbe44e6ab029464a466babbf5e53bee4ee1b9.tar.bz2
yuzu-bbdfbe44e6ab029464a466babbf5e53bee4ee1b9.tar.lz
yuzu-bbdfbe44e6ab029464a466babbf5e53bee4ee1b9.tar.xz
yuzu-bbdfbe44e6ab029464a466babbf5e53bee4ee1b9.tar.zst
yuzu-bbdfbe44e6ab029464a466babbf5e53bee4ee1b9.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 4c86151ab..97d2a2242 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -48,6 +48,7 @@ namespace Log {
SUB(Service, CAM) \
SUB(Service, CFG) \
SUB(Service, DSP) \
+ SUB(Service, DLP) \
SUB(Service, HID) \
SUB(Service, SOC) \
SUB(Service, IR) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index e4c39c308..d0c6c5f43 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -63,6 +63,7 @@ enum class Class : ClassType {
Service_CAM, ///< The CAM (Camera) service
Service_CFG, ///< The CFG (Configuration) service
Service_DSP, ///< The DSP (DSP control) service
+ Service_DLP, ///< The DLP (Download Play) service
Service_HID, ///< The HID (Human interface device) service
Service_SOC, ///< The SOC (Socket) service
Service_IR, ///< The IR service