diff options
author | mailwl <mailwl@gmail.com> | 2016-03-31 11:21:02 +0200 |
---|---|---|
committer | mailwl <mailwl@gmail.com> | 2016-03-31 13:59:10 +0200 |
commit | cb8e85a37d0784689afc60fd208213a86181698a (patch) | |
tree | a74314da04fe45a76cbf9933eba0c1df0bd85a87 /src/common/logging | |
parent | Merge pull request #1572 from MerryMage/audio-filter (diff) | |
download | yuzu-cb8e85a37d0784689afc60fd208213a86181698a.tar yuzu-cb8e85a37d0784689afc60fd208213a86181698a.tar.gz yuzu-cb8e85a37d0784689afc60fd208213a86181698a.tar.bz2 yuzu-cb8e85a37d0784689afc60fd208213a86181698a.tar.lz yuzu-cb8e85a37d0784689afc60fd208213a86181698a.tar.xz yuzu-cb8e85a37d0784689afc60fd208213a86181698a.tar.zst yuzu-cb8e85a37d0784689afc60fd208213a86181698a.zip |
Diffstat (limited to 'src/common/logging')
-rw-r--r-- | src/common/logging/backend.cpp | 1 | ||||
-rw-r--r-- | src/common/logging/log.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 4c86151ab..a22b0aeb0 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -46,6 +46,7 @@ namespace Log { SUB(Service, NIM) \ SUB(Service, NWM) \ SUB(Service, CAM) \ + SUB(Service, CECD) \ SUB(Service, CFG) \ SUB(Service, DSP) \ SUB(Service, HID) \ diff --git a/src/common/logging/log.h b/src/common/logging/log.h index e4c39c308..b1b639f15 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -61,6 +61,7 @@ enum class Class : ClassType { Service_NIM, ///< The NIM (Network interface manager) service Service_NWM, ///< The NWM (Network wlan manager) service Service_CAM, ///< The CAM (Camera) service + Service_CECD, ///< The CECD service Service_CFG, ///< The CFG (Configuration) service Service_DSP, ///< The DSP (DSP control) service Service_HID, ///< The HID (Human interface device) service |