diff options
| author | 2016-04-03 06:05:20 +0900 | |
|---|---|---|
| committer | 2016-04-03 06:05:20 +0900 | |
| commit | bbdfbe44e6ab029464a466babbf5e53bee4ee1b9 (patch) | |
| tree | 87ee7ebe6330ba343e1b5cfff922c1f97be93a3e /src/common/logging/log.h | |
| parent | Merge pull request #1566 from MerryMage/audio-codec (diff) | |
| download | yuzu-bbdfbe44e6ab029464a466babbf5e53bee4ee1b9.tar.gz yuzu-bbdfbe44e6ab029464a466babbf5e53bee4ee1b9.tar.xz yuzu-bbdfbe44e6ab029464a466babbf5e53bee4ee1b9.zip | |
Dummy implementation dlp:SRVR Service.
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 e4c39c308..d0c6c5f43 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -63,6 +63,7 @@ enum class Class : ClassType { | |||
| 63 | Service_CAM, ///< The CAM (Camera) service | 63 | Service_CAM, ///< The CAM (Camera) service |
| 64 | Service_CFG, ///< The CFG (Configuration) service | 64 | Service_CFG, ///< The CFG (Configuration) service |
| 65 | Service_DSP, ///< The DSP (DSP control) service | 65 | Service_DSP, ///< The DSP (DSP control) service |
| 66 | Service_DLP, ///< The DLP (Download Play) service | ||
| 66 | Service_HID, ///< The HID (Human interface device) service | 67 | Service_HID, ///< The HID (Human interface device) service |
| 67 | Service_SOC, ///< The SOC (Socket) service | 68 | Service_SOC, ///< The SOC (Socket) service |
| 68 | Service_IR, ///< The IR service | 69 | Service_IR, ///< The IR service |