mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 07:07:49 +00:00
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
17fb526fd9
commit
eb438661e6
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