diff options
| author | 2018-07-30 10:06:52 -0700 | |
|---|---|---|
| committer | 2018-07-30 10:06:52 -0700 | |
| commit | c5fa3560a63e82babea22b148128f1e70fd54d06 (patch) | |
| tree | bd86c30123f70ffe6d8fef6df3e8d166a585f33f /src/common/logging/log.h | |
| parent | Merge pull request #856 from lioncash/btm (diff) | |
| parent | service: Add wlan services (diff) | |
| download | yuzu-c5fa3560a63e82babea22b148128f1e70fd54d06.tar.gz yuzu-c5fa3560a63e82babea22b148128f1e70fd54d06.tar.xz yuzu-c5fa3560a63e82babea22b148128f1e70fd54d06.zip | |
Merge pull request #857 from lioncash/wlan
service: Add wlan services
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 e7fd986d5..e8d98de99 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -80,6 +80,7 @@ enum class Class : ClassType { | |||
| 80 | Service_SSL, ///< The SSL service | 80 | Service_SSL, ///< The SSL service |
| 81 | Service_Time, ///< The time service | 81 | Service_Time, ///< The time service |
| 82 | Service_VI, ///< The VI (Video interface) service | 82 | Service_VI, ///< The VI (Video interface) service |
| 83 | Service_WLAN, ///< The WLAN (Wireless local area network) service | ||
| 83 | HW, ///< Low-level hardware emulation | 84 | HW, ///< Low-level hardware emulation |
| 84 | HW_Memory, ///< Memory-map and address translation | 85 | HW_Memory, ///< Memory-map and address translation |
| 85 | HW_LCD, ///< LCD register emulation | 86 | HW_LCD, ///< LCD register emulation |