mic_u: Migrate to the new service framework

This commit is contained in:
Lioncash 2017-12-08 20:00:05 -05:00
parent 4b8a7eb1ca
commit d613c6f74f
3 changed files with 411 additions and 288 deletions

View file

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