diff options
| author | 2018-08-04 21:20:26 -0400 | |
|---|---|---|
| committer | 2018-08-04 21:20:26 -0400 | |
| commit | a0a605df06e82e13f3529d824a6bdd45839c8705 (patch) | |
| tree | b522eca4059240eefabb845b05e7ce82ac1c54ef /src/common/logging/log.h | |
| parent | Merge pull request #921 from lioncash/view (diff) | |
| parent | service: Add arp services (diff) | |
| download | yuzu-a0a605df06e82e13f3529d824a6bdd45839c8705.tar.gz yuzu-a0a605df06e82e13f3529d824a6bdd45839c8705.tar.xz yuzu-a0a605df06e82e13f3529d824a6bdd45839c8705.zip | |
Merge pull request #924 from lioncash/arp
service: Add arp 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 dd5c9e6be..7ab5277ea 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -54,6 +54,7 @@ enum class Class : ClassType { | |||
| 54 | Service_AM, ///< The AM (Applet manager) service | 54 | Service_AM, ///< The AM (Applet manager) service |
| 55 | Service_AOC, ///< The AOC (AddOn Content) service | 55 | Service_AOC, ///< The AOC (AddOn Content) service |
| 56 | Service_APM, ///< The APM (Performance) service | 56 | Service_APM, ///< The APM (Performance) service |
| 57 | Service_ARP, ///< The ARP service | ||
| 57 | Service_Audio, ///< The Audio (Audio control) service | 58 | Service_Audio, ///< The Audio (Audio control) service |
| 58 | Service_BCAT, ///< The BCAT service | 59 | Service_BCAT, ///< The BCAT service |
| 59 | Service_BPC, ///< The BPC service | 60 | Service_BPC, ///< The BPC service |