Browse Source

hle: service: sm: Use RegisterNamedService to register the service.

nce_cpp
bunnei 5 years ago
parent
commit
e9d3612085
  1. 2
      src/core/hle/service/service.cpp

2
src/core/hle/service/service.cpp

@ -208,7 +208,7 @@ Services::Services(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system
system.GetFileSystemController().CreateFactories(*system.GetFilesystem(), false);
SM::ServiceManager::InstallInterfaces(sm, system);
system.Kernel().RegisterNamedService("sm:", SM::ServiceManager::InterfaceFactory);
Account::InstallInterfaces(system);
AM::InstallInterfaces(*sm, *nv_flinger, system);

Loading…
Cancel
Save