HLE: Rename namespaces to match move & fix initialization order

This commit is contained in:
Yuri Kunde Schlesner 2014-12-14 05:55:11 -02:00
parent c72ccfa6db
commit ca67bb7945
10 changed files with 43 additions and 49 deletions

View file

@ -74,7 +74,7 @@ ResultStatus LoadFile(const std::string& filename) {
// Load application and RomFS
if (ResultStatus::Success == app_loader.Load()) {
Kernel::CreateArchive(new FileSys::Archive_RomFS(app_loader), "RomFS");
Service::FS::CreateArchive(new FileSys::Archive_RomFS(app_loader), "RomFS");
return ResultStatus::Success;
}
break;