commit
458fdda700
6 changed files with 80 additions and 0 deletions
|
@ -178,6 +178,7 @@ void FileBackend::Write(const Entry& entry) {
|
|||
SUB(Service, LM) \
|
||||
SUB(Service, Mii) \
|
||||
SUB(Service, MM) \
|
||||
SUB(Service, NCM) \
|
||||
SUB(Service, NFC) \
|
||||
SUB(Service, NFP) \
|
||||
SUB(Service, NIFM) \
|
||||
|
|
|
@ -65,6 +65,7 @@ enum class Class : ClassType {
|
|||
Service_LM, ///< The LM (Logger) service
|
||||
Service_Mii, ///< The Mii service
|
||||
Service_MM, ///< The MM (Multimedia) service
|
||||
Service_NCM, ///< The NCM service
|
||||
Service_NFC, ///< The NFC (Near-field communication) service
|
||||
Service_NFP, ///< The NFP service
|
||||
Service_NIFM, ///< The NIFM (Network interface) service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue