Remove relocation on NSO/NRO
This commit is contained in:
parent
c7452bab90
commit
c65ac49238
3 changed files with 2 additions and 19 deletions
|
@ -34,7 +34,7 @@ public:
|
|||
ResultStatus Load(Kernel::SharedPtr<Kernel::Process>& process) override;
|
||||
|
||||
private:
|
||||
VAddr LoadNso(const std::string& path, VAddr load_base, bool relocate = false);
|
||||
VAddr LoadNso(const std::string& path, VAddr load_base);
|
||||
|
||||
std::string filepath;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue