summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorGravatar mailwl2016-12-08 12:11:54 +0300
committerGravatar mailwl2016-12-12 21:19:36 +0300
commit1238e48c588a87ff3934e1b39d6a1301541ab617 (patch)
tree44353be9a79f57952c192e72a14f8be9c634c4d9 /src/common
parentMerge pull request #2275 from jbeich/pthread (diff)
downloadyuzu-1238e48c588a87ff3934e1b39d6a1301541ab617.tar.gz
yuzu-1238e48c588a87ff3934e1b39d6a1301541ab617.tar.xz
yuzu-1238e48c588a87ff3934e1b39d6a1301541ab617.zip
csnd:SND reformat source code
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 7fd397fe5..3ea102229 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -50,6 +50,7 @@ namespace Log {
50 SUB(Service, CAM) \ 50 SUB(Service, CAM) \
51 SUB(Service, CECD) \ 51 SUB(Service, CECD) \
52 SUB(Service, CFG) \ 52 SUB(Service, CFG) \
53 SUB(Service, CSND) \
53 SUB(Service, DSP) \ 54 SUB(Service, DSP) \
54 SUB(Service, DLP) \ 55 SUB(Service, DLP) \
55 SUB(Service, HID) \ 56 SUB(Service, HID) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 96d0dfb8c..9d8c18d8e 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -67,6 +67,7 @@ enum class Class : ClassType {
67 Service_CAM, ///< The CAM (Camera) service 67 Service_CAM, ///< The CAM (Camera) service
68 Service_CECD, ///< The CECD (StreetPass) service 68 Service_CECD, ///< The CECD (StreetPass) service
69 Service_CFG, ///< The CFG (Configuration) service 69 Service_CFG, ///< The CFG (Configuration) service
70 Service_CSND, ///< The CSND (CWAV format process) service
70 Service_DSP, ///< The DSP (DSP control) service 71 Service_DSP, ///< The DSP (DSP control) service
71 Service_DLP, ///< The DLP (Download Play) service 72 Service_DLP, ///< The DLP (Download Play) service
72 Service_HID, ///< The HID (Human interface device) service 73 Service_HID, ///< The HID (Human interface device) service