diff options
| author | 2016-12-22 00:47:50 -0500 | |
|---|---|---|
| committer | 2016-12-22 00:47:50 -0500 | |
| commit | 17d740299a670cb5d39aae70e6617e52560e6dea (patch) | |
| tree | b73102bda92d03b80f1af672ad66951410314779 /src/common/logging/log.h | |
| parent | Merge pull request #2361 from lioncash/disasm (diff) | |
| parent | csnd:SND reformat source code (diff) | |
| download | yuzu-17d740299a670cb5d39aae70e6617e52560e6dea.tar.gz yuzu-17d740299a670cb5d39aae70e6617e52560e6dea.tar.xz yuzu-17d740299a670cb5d39aae70e6617e52560e6dea.zip | |
Merge pull request #2285 from mailwl/csnd-format
csnd:SND: Reformat source code
Diffstat (limited to 'src/common/logging/log.h')
| -rw-r--r-- | src/common/logging/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |