diff options
| author | FearlessTobi <thm.frey@gmail.com> | 2020-05-12 20:46:14 +0200 |
|---|---|---|
| committer | FearlessTobi <thm.frey@gmail.com> | 2020-07-18 02:02:39 +0200 |
| commit | 4d4bbe756f94c3bfc2df5265283596ee96cce9f9 (patch) | |
| tree | 0db0f4b064caacc529b24ed9eb8a7bcd21307bfb /src/core/file_sys/submission_package.h | |
| parent | 5d95e62443f8174e65678dcb714222a736b21614 (diff) | |
file_sys/nsp: Make SetTicketKeys actually do something
Previously, the method wasn't modifying any class state and therefore not having any effects when called.
Since this has been the case for a very long time now, I'm not sure if we couldn't just remove this method altogether.
Diffstat (limited to 'src/core/file_sys/submission_package.h')
| -rw-r--r-- | src/core/file_sys/submission_package.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/submission_package.h b/src/core/file_sys/submission_package.h index cf89de6a9..6d54bd807 100644 --- a/src/core/file_sys/submission_package.h +++ b/src/core/file_sys/submission_package.h @@ -59,6 +59,7 @@ public: VirtualDir GetParentDirectory() const override; private: + void SetTicketKeys(const std::vector<VirtualFile>& files); void InitializeExeFSAndRomFS(const std::vector<VirtualFile>& files); void ReadNCAs(const std::vector<VirtualFile>& files); |
