mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 23:08:07 -05:00
Service/sm: Convert 'srv:' to ServiceFramework
This commit is contained in:
@ -206,8 +206,9 @@ void AddService(Interface* interface_) {
|
||||
|
||||
/// Initialize ServiceManager
|
||||
void Init() {
|
||||
SM::g_service_manager = std::make_unique<SM::ServiceManager>();
|
||||
AddNamedPort(new SM::SRV);
|
||||
SM::g_service_manager = std::make_shared<SM::ServiceManager>();
|
||||
SM::ServiceManager::InstallInterfaces(SM::g_service_manager);
|
||||
|
||||
AddNamedPort(new ERR::ERR_F);
|
||||
|
||||
FS::ArchiveInit();
|
||||
|
Reference in New Issue
Block a user