HLE/Services: Convert err:f to the new ServiceFramework.
This commit is contained in:
parent
e23c3cd7f7
commit
30bffb1964
3 changed files with 51 additions and 49 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue