Remove relocation on NSO/NRO

This commit is contained in:
gdkchan 2018-01-17 17:01:10 -03:00
parent c7452bab90
commit c65ac49238
3 changed files with 2 additions and 19 deletions

View file

@ -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;
};