summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/card_image.cpp
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-07-30 02:47:33 +0200
committerZach Hilman <zachhilman@gmail.com>2018-08-01 06:16:54 +0200
commita9c921a41dec63f76f80df1f0d5dc3be40fa80de (patch)
tree51e17454ad3e03e68aff05511e76681e8d5a93eb /src/core/file_sys/card_image.cpp
parentAdd missing includes and use const where applicable (diff)
downloadyuzu-a9c921a41dec63f76f80df1f0d5dc3be40fa80de.tar
yuzu-a9c921a41dec63f76f80df1f0d5dc3be40fa80de.tar.gz
yuzu-a9c921a41dec63f76f80df1f0d5dc3be40fa80de.tar.bz2
yuzu-a9c921a41dec63f76f80df1f0d5dc3be40fa80de.tar.lz
yuzu-a9c921a41dec63f76f80df1f0d5dc3be40fa80de.tar.xz
yuzu-a9c921a41dec63f76f80df1f0d5dc3be40fa80de.tar.zst
yuzu-a9c921a41dec63f76f80df1f0d5dc3be40fa80de.zip
Diffstat (limited to 'src/core/file_sys/card_image.cpp')
-rw-r--r--src/core/file_sys/card_image.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/card_image.cpp b/src/core/file_sys/card_image.cpp
index c69812455..395eea8ae 100644
--- a/src/core/file_sys/card_image.cpp
+++ b/src/core/file_sys/card_image.cpp
@@ -45,6 +45,7 @@ XCI::XCI(VirtualFile file_) : file(std::move(file_)), partitions(0x4) {
status = result;
return;
}
+
result = AddNCAFromPartition(XCIPartition::Update);
if (result != Loader::ResultStatus::Success) {
status = result;