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.
This commit is contained in:
FearlessTobi
2020-05-12 20:46:14 +02:00
parent 5d95e62443
commit 4d4bbe756f
2 changed files with 30 additions and 32 deletions

View File

@ -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);