card_image: Add accessor for all NCAs in XCI

This commit is contained in:
Zach Hilman 2018-08-09 20:51:14 -04:00
parent 562e66e5d2
commit f903b556d8
2 changed files with 5 additions and 0 deletions

View file

@ -68,6 +68,7 @@ public:
VirtualDir GetUpdatePartition() const;
VirtualDir GetLogoPartition() const;
const std::vector<std::shared_ptr<NCA>>& GetNCAs() const;
std::shared_ptr<NCA> GetNCAByType(NCAContentType type) const;
VirtualFile GetNCAFileByType(NCAContentType type) const;