mic_u: Migrate to the new service framework
This commit is contained in:
parent
4b8a7eb1ca
commit
d613c6f74f
3 changed files with 411 additions and 288 deletions
|
@ -264,6 +264,7 @@ void Init() {
|
|||
NS::InstallInterfaces(*SM::g_service_manager);
|
||||
AC::InstallInterfaces(*SM::g_service_manager);
|
||||
LDR::InstallInterfaces(*SM::g_service_manager);
|
||||
MIC::InstallInterfaces(*SM::g_service_manager);
|
||||
|
||||
FS::ArchiveInit();
|
||||
ACT::Init();
|
||||
|
@ -291,7 +292,6 @@ void Init() {
|
|||
AddService(new GSP::GSP_GPU);
|
||||
AddService(new GSP::GSP_LCD);
|
||||
AddService(new HTTP::HTTP_C);
|
||||
AddService(new MIC::MIC_U);
|
||||
AddService(new PM::PM_APP);
|
||||
AddService(new SOC::SOC_U);
|
||||
AddService(new SSL::SSL_C);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue