loader: Check error on NPDM load, use TID for CodeSet
This commit is contained in:
parent
fd3806fd30
commit
487f8bc018
3 changed files with 10 additions and 6 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue