diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-10-03 01:35:38 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-10-03 01:35:41 -0400 |
| commit | fd312abedd437bc22b34da65eb1ff42dadce7388 (patch) | |
| tree | 5c7b92dc3d81f4ae4857fef5bb3f988d3148a742 /src/core/file_sys/submission_package.h | |
| parent | 4f18d3588879fcfdbab7dbc1f0a1ecda61ea4b0f (diff) | |
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.
Diffstat (limited to 'src/core/file_sys/submission_package.h')
| -rw-r--r-- | src/core/file_sys/submission_package.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/file_sys/submission_package.h b/src/core/file_sys/submission_package.h index e85a2b76e..7c7cebf33 100644 --- a/src/core/file_sys/submission_package.h +++ b/src/core/file_sys/submission_package.h @@ -59,6 +59,8 @@ protected: bool ReplaceFileWithSubdirectory(VirtualFile file, VirtualDir dir) override; private: + void ReadNCAs(const std::vector<VirtualFile>& files); + VirtualFile file; bool extracted; |
