service: Add mii services

Adds the skeleton for the mii services based off information provided by
Switch Brew
This commit is contained in:
Lioncash 2018-07-27 15:39:30 -04:00
parent dc4e5f9159
commit f46bfdd77d
6 changed files with 128 additions and 0 deletions

View file

@ -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