mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 21:47:54 +00:00
vfs: expand support for NCA reading
This commit is contained in:
parent
ec3d07e683
commit
5e3139e7c6
75 changed files with 8055 additions and 1043 deletions
|
@ -76,10 +76,6 @@ ResultStatus AppLoader_NAX::ReadRomFS(FileSys::VirtualFile& dir) {
|
|||
return nca_loader->ReadRomFS(dir);
|
||||
}
|
||||
|
||||
u64 AppLoader_NAX::ReadRomFSIVFCOffset() const {
|
||||
return nca_loader->ReadRomFSIVFCOffset();
|
||||
}
|
||||
|
||||
ResultStatus AppLoader_NAX::ReadProgramId(u64& out_program_id) {
|
||||
return nca_loader->ReadProgramId(out_program_id);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue