diff options
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 3d94bf0d9..af931a7e8 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -57,6 +57,7 @@ enum class Class : ClassType { | |||
| 57 | Service_GSP, ///< The GSP (GPU control) service | 57 | Service_GSP, ///< The GSP (GPU control) service |
| 58 | Service_AC, ///< The AC (WiFi status) service | 58 | Service_AC, ///< The AC (WiFi status) service |
| 59 | Service_PTM, ///< The PTM (Power status & misc.) service | 59 | Service_PTM, ///< The PTM (Power status & misc.) service |
| 60 | Service_LDR, ///< The LDR (3ds dll loader) service | ||
| 60 | Service_CFG, ///< The CFG (Configuration) service | 61 | Service_CFG, ///< The CFG (Configuration) service |
| 61 | Service_DSP, ///< The DSP (DSP control) service | 62 | Service_DSP, ///< The DSP (DSP control) service |
| 62 | Service_HID, ///< The HID (User input) service | 63 | Service_HID, ///< The HID (User input) service |