loader: Check error on NPDM load, use TID for CodeSet

This commit is contained in:
shinyquagsire23 2018-02-25 07:01:37 -07:00
parent fd3806fd30
commit 487f8bc018
3 changed files with 10 additions and 6 deletions

View file

@ -29,7 +29,7 @@ public:
return IdentifyType(file, filepath);
}
static VAddr LoadModule(const std::string& path, VAddr load_base);
static VAddr LoadModule(const std::string& path, VAddr load_base, u64 tid);
ResultStatus Load(Kernel::SharedPtr<Kernel::Process>& process) override;