Browse Source
file_sys/card_image: Remove obsolete TODO
We already support Rev 1+.
pull/15/merge
Lioncash
7 years ago
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7
1 changed files with
1 additions and
1 deletions
-
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<NCA>(file, nullptr, 0, keys); |
|
|
|
// TODO(DarkLordZach): Add proper Rev1+ Support
|
|
|
|
if (nca->IsUpdate()) { |
|
|
|
continue; |
|
|
|
} |
|
|
|
|