diff options
Diffstat (limited to 'src/common/logging/log.h')
| -rw-r--r-- | src/common/logging/log.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index db4a80d0a..140cd8e47 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -56,7 +56,9 @@ enum class Class : ClassType { | |||
| 56 | Service_APM, ///< The APM (Performance) service | 56 | Service_APM, ///< The APM (Performance) service |
| 57 | Service_Audio, ///< The Audio (Audio control) service | 57 | Service_Audio, ///< The Audio (Audio control) service |
| 58 | Service_BCAT, ///< The BCAT service | 58 | Service_BCAT, ///< The BCAT service |
| 59 | Service_BTM, ///< The BTM service | ||
| 59 | Service_Fatal, ///< The Fatal service | 60 | Service_Fatal, ///< The Fatal service |
| 61 | Service_FGM, ///< The FGM service | ||
| 60 | Service_Friend, ///< The friend service | 62 | Service_Friend, ///< The friend service |
| 61 | Service_FS, ///< The FS (Filesystem) service | 63 | Service_FS, ///< The FS (Filesystem) service |
| 62 | Service_HID, ///< The HID (Human interface device) service | 64 | Service_HID, ///< The HID (Human interface device) service |
| @@ -71,6 +73,7 @@ enum class Class : ClassType { | |||
| 71 | Service_NIFM, ///< The NIFM (Network interface) service | 73 | Service_NIFM, ///< The NIFM (Network interface) service |
| 72 | Service_NS, ///< The NS services | 74 | Service_NS, ///< The NS services |
| 73 | Service_NVDRV, ///< The NVDRV (Nvidia driver) service | 75 | Service_NVDRV, ///< The NVDRV (Nvidia driver) service |
| 76 | Service_PCIE, ///< The PCIe service | ||
| 74 | Service_PCTL, ///< The PCTL (Parental control) service | 77 | Service_PCTL, ///< The PCTL (Parental control) service |
| 75 | Service_PREPO, ///< The PREPO (Play report) service | 78 | Service_PREPO, ///< The PREPO (Play report) service |
| 76 | Service_SET, ///< The SET (Settings) service | 79 | Service_SET, ///< The SET (Settings) service |
| @@ -79,6 +82,7 @@ enum class Class : ClassType { | |||
| 79 | Service_SSL, ///< The SSL service | 82 | Service_SSL, ///< The SSL service |
| 80 | Service_Time, ///< The time service | 83 | Service_Time, ///< The time service |
| 81 | Service_VI, ///< The VI (Video interface) service | 84 | Service_VI, ///< The VI (Video interface) service |
| 85 | Service_WLAN, ///< The WLAN (Wireless local area network) service | ||
| 82 | HW, ///< Low-level hardware emulation | 86 | HW, ///< Low-level hardware emulation |
| 83 | HW_Memory, ///< Memory-map and address translation | 87 | HW_Memory, ///< Memory-map and address translation |
| 84 | HW_LCD, ///< LCD register emulation | 88 | HW_LCD, ///< LCD register emulation |