service: Add mii services
Adds the skeleton for the mii services based off information provided by Switch Brew
This commit is contained in:
parent
dc4e5f9159
commit
f46bfdd77d
6 changed files with 128 additions and 0 deletions
|
@ -62,6 +62,7 @@ enum class Class : ClassType {
|
|||
Service_HID, ///< The HID (Human interface device) service
|
||||
Service_LDN, ///< The LDN (Local domain network) service
|
||||
Service_LM, ///< The LM (Logger) service
|
||||
Service_Mii, ///< The Mii service
|
||||
Service_MM, ///< The MM (Multimedia) service
|
||||
Service_NFP, ///< The NFP service
|
||||
Service_NIFM, ///< The NIFM (Network interface) service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue