Services/AC: Converted the ac:i and ac:u services to the new service framework.
This commit is contained in:
parent
30fabc41c6
commit
95df4e674a
7 changed files with 300 additions and 284 deletions
|
@ -216,11 +216,11 @@ void Init() {
|
|||
SM::ServiceManager::InstallInterfaces(SM::g_service_manager);
|
||||
|
||||
NS::InstallInterfaces(*SM::g_service_manager);
|
||||
AC::InstallInterfaces(*SM::g_service_manager);
|
||||
|
||||
AddNamedPort(new ERR::ERR_F);
|
||||
|
||||
FS::ArchiveInit();
|
||||
AC::Init();
|
||||
ACT::Init();
|
||||
AM::Init();
|
||||
APT::Init();
|
||||
|
@ -273,7 +273,6 @@ void Shutdown() {
|
|||
BOSS::Shutdown();
|
||||
APT::Shutdown();
|
||||
AM::Shutdown();
|
||||
AC::Shutdown();
|
||||
FS::ArchiveShutdown();
|
||||
|
||||
SM::g_service_manager = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue