Remove relocation on NSO/NRO

This commit is contained in:
gdkchan
2018-01-17 17:01:10 -03:00
parent b2d205c384
commit 38fc0e5164
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;
};