mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 00:57:57 -05:00
loader: Check error on NPDM load, use TID for CodeSet
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user