aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/card_image.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-08-09 20:51:14 -0400
committerZach Hilman <zachhilman@gmail.com>2018-08-11 22:50:48 -0400
commitab8acce64598e89c31545713180f3334d1f81991 (patch)
tree7f3ebb470b58e6c023030e68ee5c21ed7e0b4658 /src/core/file_sys/card_image.h
parent9b0e3556edf9a77d8d782f56e064935e3e455242 (diff)
card_image: Add accessor for all NCAs in XCI
Diffstat (limited to 'src/core/file_sys/card_image.h')
-rw-r--r--src/core/file_sys/card_image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/card_image.h b/src/core/file_sys/card_image.h
index e089d737c..3514bdf6c 100644
--- a/src/core/file_sys/card_image.h
+++ b/src/core/file_sys/card_image.h
@@ -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;