mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 06:48:43 -05:00
service: Add migration services
Adds the basic skeleton for the mig:usr service based off information provided by Switch Brew.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user