Services/Cam: Added new log type and camera enums from 3dbrew.
Followup to #1102 Original author @mailwl
This commit is contained in:
parent
78b0d9c8b0
commit
434ae89a6a
3 changed files with 158 additions and 0 deletions
|
@ -59,6 +59,7 @@ enum class Class : ClassType {
|
|||
Service_LDR, ///< The LDR (3ds dll loader) service
|
||||
Service_NIM, ///< The NIM (Network interface manager) service
|
||||
Service_NWM, ///< The NWM (Network wlan manager) service
|
||||
Service_CAM, ///< The CAM (Camera) service
|
||||
Service_CFG, ///< The CFG (Configuration) service
|
||||
Service_DSP, ///< The DSP (DSP control) service
|
||||
Service_HID, ///< The HID (Human interface device) service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue