mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
Misc
This commit is contained in:
parent
42de7f6bdc
commit
fa3da57dcf
1 changed files with 0 additions and 4 deletions
|
@ -601,10 +601,6 @@ void nstool::NcaProcess::processPartitions()
|
||||||
|
|
||||||
mFsProcess.setInputFileSystem(nca_fs);
|
mFsProcess.setInputFileSystem(nca_fs);
|
||||||
mFsProcess.setFsFormatName("ContentArchive");
|
mFsProcess.setFsFormatName("ContentArchive");
|
||||||
mFsProcess.setFsProperties({
|
|
||||||
fmt::format("DirNum: {:d}", fs_meta.dir_entries.size()-1),
|
|
||||||
fmt::format("FileNum: {:d}", fs_meta.file_entries.size()-1)
|
|
||||||
});
|
|
||||||
mFsProcess.setFsRootLabel(getContentTypeForMountStr(mHdr.getContentType()));
|
mFsProcess.setFsRootLabel(getContentTypeForMountStr(mHdr.getContentType()));
|
||||||
mFsProcess.process();
|
mFsProcess.process();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue