nso: Remove code specific to directory loading.

This commit is contained in:
bunnei
2018-01-20 14:20:04 -05:00
parent c8a094e164
commit 2dafd0d287
2 changed files with 6 additions and 17 deletions

View File

@ -31,10 +31,11 @@ public:
return IdentifyType(file);
}
static VAddr LoadModule(const std::string& path, VAddr load_base);
ResultStatus Load(Kernel::SharedPtr<Kernel::Process>& process) override;
private:
VAddr LoadNso(const std::string& path, VAddr load_base);
std::string filepath;
};