card_image: Add accessor for all NCAs in XCI
This commit is contained in:
parent
9b0e3556ed
commit
ab8acce645
2 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue