diff options
| author | 2018-07-28 10:45:31 -0700 | |
|---|---|---|
| committer | 2018-07-28 10:45:31 -0700 | |
| commit | d00dcdb1be093216e144ad63a8bff09b5402914c (patch) | |
| tree | 8612edabf55ab735774a33645e3080b5c4feab77 /src/common/logging/log.h | |
| parent | Merge pull request #842 from bunnei/audio-core (diff) | |
| parent | service: Add mii services (diff) | |
| download | yuzu-d00dcdb1be093216e144ad63a8bff09b5402914c.tar.gz yuzu-d00dcdb1be093216e144ad63a8bff09b5402914c.tar.xz yuzu-d00dcdb1be093216e144ad63a8bff09b5402914c.zip | |
Merge pull request #846 from lioncash/mii
service: Add mii 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 805f82d2f..2515cb40f 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -63,6 +63,7 @@ enum class Class : ClassType { | |||
| 63 | Service_LBL, ///< The LBL (LCD backlight) service | 63 | Service_LBL, ///< The LBL (LCD backlight) service |
| 64 | Service_LDN, ///< The LDN (Local domain network) service | 64 | Service_LDN, ///< The LDN (Local domain network) service |
| 65 | Service_LM, ///< The LM (Logger) service | 65 | Service_LM, ///< The LM (Logger) service |
| 66 | Service_Mii, ///< The Mii service | ||
| 66 | Service_MM, ///< The MM (Multimedia) service | 67 | Service_MM, ///< The MM (Multimedia) service |
| 67 | Service_NFC, ///< The NFC (Near-field communication) service | 68 | Service_NFC, ///< The NFC (Near-field communication) service |
| 68 | Service_NFP, ///< The NFP service | 69 | Service_NFP, ///< The NFP service |