forked from eden-emu/eden
submission_package: Move NCA reading code to its own function
This too, is completely separate behavior from what is in the constructor, so we can move this to its own isolated function to keep everything self-contained.
This commit is contained in:
parent
4f18d35888
commit
fd312abedd
2 changed files with 48 additions and 43 deletions
|
@ -59,6 +59,8 @@ protected:
|
|||
bool ReplaceFileWithSubdirectory(VirtualFile file, VirtualDir dir) override;
|
||||
|
||||
private:
|
||||
void ReadNCAs(const std::vector<VirtualFile>& files);
|
||||
|
||||
VirtualFile file;
|
||||
|
||||
bool extracted;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue