"Merge Tagged PR 2933"

This commit is contained in:
yuzubot
2019-10-28 12:01:12 +00:00
parent ba53a504a2
commit d8c18a54e8
6 changed files with 618 additions and 41 deletions

View File

@@ -722,8 +722,7 @@ void FileSystemController::CreateFactories(FileSys::VfsFilesystem& vfs, bool ove
void InstallInterfaces(Core::System& system) {
std::make_shared<FSP_LDR>()->InstallAsService(system.ServiceManager());
std::make_shared<FSP_PR>()->InstallAsService(system.ServiceManager());
std::make_shared<FSP_SRV>(system.GetFileSystemController(), system.GetReporter())
->InstallAsService(system.ServiceManager());
std::make_shared<FSP_SRV>(system)->InstallAsService(system.ServiceManager());
}
} // namespace Service::FileSystem