summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorGravatar bunnei2016-04-03 10:10:58 -0400
committerGravatar bunnei2016-04-03 10:10:58 -0400
commit6d24c73ea919243f2033f07e260c689db8e30b4e (patch)
treeb91244f12288ac8d92d5eebc42c56e55271af14d /src/common
parentMerge pull request #1619 from mailwl/cecd (diff)
parentDummy implementation dlp:SRVR Service. (diff)
downloadyuzu-6d24c73ea919243f2033f07e260c689db8e30b4e.tar.gz
yuzu-6d24c73ea919243f2033f07e260c689db8e30b4e.tar.xz
yuzu-6d24c73ea919243f2033f07e260c689db8e30b4e.zip
Merge pull request #1616 from exhalatio/dlp_dummy
Dummy implementation dlp:SRVR Service.
Diffstat (limited to 'src/common')
-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 a22b0aeb0..cfbfbc2a7 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -49,6 +49,7 @@ namespace Log {
49 SUB(Service, CECD) \ 49 SUB(Service, CECD) \
50 SUB(Service, CFG) \ 50 SUB(Service, CFG) \
51 SUB(Service, DSP) \ 51 SUB(Service, DSP) \
52 SUB(Service, DLP) \
52 SUB(Service, HID) \ 53 SUB(Service, HID) \
53 SUB(Service, SOC) \ 54 SUB(Service, SOC) \
54 SUB(Service, IR) \ 55 SUB(Service, IR) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index b1b639f15..4f6856f3d 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -64,6 +64,7 @@ enum class Class : ClassType {
64 Service_CECD, ///< The CECD service 64 Service_CECD, ///< The CECD service
65 Service_CFG, ///< The CFG (Configuration) service 65 Service_CFG, ///< The CFG (Configuration) service
66 Service_DSP, ///< The DSP (DSP control) service 66 Service_DSP, ///< The DSP (DSP control) service
67 Service_DLP, ///< The DLP (Download Play) service
67 Service_HID, ///< The HID (Human interface device) service 68 Service_HID, ///< The HID (Human interface device) service
68 Service_SOC, ///< The SOC (Socket) service 69 Service_SOC, ///< The SOC (Socket) service
69 Service_IR, ///< The IR service 70 Service_IR, ///< The IR service