diff options
| author | 2014-12-31 11:31:53 -0500 | |
|---|---|---|
| committer | 2014-12-31 11:31:53 -0500 | |
| commit | 08b6cf778da3240dc78cff748c38c1188c7e6b69 (patch) | |
| tree | f4e336af1e5cf5d72c2665470a96a9db73711ae7 /src/common/logging/log.h | |
| parent | Merge pull request #375 from lioncash/uops (diff) | |
| parent | SOC_U: Preliminary implementation of sockets. (diff) | |
| download | yuzu-08b6cf778da3240dc78cff748c38c1188c7e6b69.tar.gz yuzu-08b6cf778da3240dc78cff748c38c1188c7e6b69.tar.xz yuzu-08b6cf778da3240dc78cff748c38c1188c7e6b69.zip | |
Merge pull request #265 from Subv/socu
SOC_U: Implemented some socket functions
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 d1c391862..06b99b07a 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -59,6 +59,7 @@ enum class Class : ClassType { | |||
| 59 | Service_CFG, ///< The CFG (Configuration) service | 59 | Service_CFG, ///< The CFG (Configuration) service |
| 60 | Service_DSP, ///< The DSP (DSP control) service | 60 | Service_DSP, ///< The DSP (DSP control) service |
| 61 | Service_HID, ///< The HID (User input) service | 61 | Service_HID, ///< The HID (User input) service |
| 62 | Service_SOC, ///< The SOC (Socket) service | ||
| 62 | HW, ///< Low-level hardware emulation | 63 | HW, ///< Low-level hardware emulation |
| 63 | HW_Memory, ///< Memory-map and address translation | 64 | HW_Memory, ///< Memory-map and address translation |
| 64 | HW_GPU, ///< GPU control emulation | 65 | HW_GPU, ///< GPU control emulation |