nso: Make LoadModule take a VfsFile by const reference
This commit is contained in:
parent
0732786ddc
commit
bb9cf8a127
3 changed files with 9 additions and 11 deletions
|
@ -36,7 +36,8 @@ public:
|
|||
return IdentifyType(file);
|
||||
}
|
||||
|
||||
static VAddr LoadModule(FileSys::VirtualFile file, VAddr load_base, bool should_pass_arguments,
|
||||
static VAddr LoadModule(const FileSys::VfsFile& file, VAddr load_base,
|
||||
bool should_pass_arguments,
|
||||
boost::optional<FileSys::PatchManager> pm = boost::none);
|
||||
|
||||
ResultStatus Load(Kernel::Process& process) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue