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:
Lioncash 2018-10-03 01:35:38 -04:00
parent 17fb526fd9
commit eb438661e6
2 changed files with 48 additions and 43 deletions

View file

@ -59,6 +59,8 @@ protected:
bool ReplaceFileWithSubdirectory(VirtualFile file, VirtualDir dir) override;
private:
void ReadNCAs(const std::vector<VirtualFile>& files);
VirtualFile file;
bool extracted;