diff --git a/src/core/file_sys/card_image.cpp b/src/core/file_sys/card_image.cpp index df9e0c434..626ed0042 100644 --- a/src/core/file_sys/card_image.cpp +++ b/src/core/file_sys/card_image.cpp @@ -187,8 +187,8 @@ Loader::ResultStatus XCI::AddNCAFromPartition(XCIPartition part) { if (file->GetExtension() != "nca") { continue; } + auto nca = std::make_shared(file, nullptr, 0, keys); - // TODO(DarkLordZach): Add proper Rev1+ Support if (nca->IsUpdate()) { continue; }