nso: Remove code specific to directory loading.
This commit is contained in:
parent
c8a094e164
commit
2dafd0d287
2 changed files with 6 additions and 17 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue