HLE/Services: Convert err:f to the new ServiceFramework.

This commit is contained in:
Subv 2017-12-04 14:03:11 -05:00
parent e23c3cd7f7
commit 30bffb1964
3 changed files with 51 additions and 49 deletions

View file

@ -257,11 +257,11 @@ void Init() {
SM::g_service_manager = std::make_shared<SM::ServiceManager>();
SM::ServiceManager::InstallInterfaces(SM::g_service_manager);
ERR::InstallInterfaces();
NS::InstallInterfaces(*SM::g_service_manager);
AC::InstallInterfaces(*SM::g_service_manager);
AddNamedPort(new ERR::ERR_F);
FS::ArchiveInit();
ACT::Init();
AM::Init();