Merge pull request #898 from lioncash/mig
service: Add migration services
This commit is contained in:
commit
40e78b9a89
6 changed files with 55 additions and 0 deletions
|
@ -180,6 +180,7 @@ void FileBackend::Write(const Entry& entry) {
|
|||
SUB(Service, LBL) \
|
||||
SUB(Service, LDN) \
|
||||
SUB(Service, LM) \
|
||||
SUB(Service, Migration) \
|
||||
SUB(Service, Mii) \
|
||||
SUB(Service, MM) \
|
||||
SUB(Service, NCM) \
|
||||
|
|
|
@ -67,6 +67,7 @@ enum class Class : ClassType {
|
|||
Service_LBL, ///< The LBL (LCD backlight) service
|
||||
Service_LDN, ///< The LDN (Local domain network) service
|
||||
Service_LM, ///< The LM (Logger) service
|
||||
Service_Migration, ///< The migration service
|
||||
Service_Mii, ///< The Mii service
|
||||
Service_MM, ///< The MM (Multimedia) service
|
||||
Service_NCM, ///< The NCM service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue