file_sys/card_image: Remove obsolete TODO

We already support Rev 1+.
This commit is contained in:
Lioncash 2019-06-12 16:52:15 -04:00
parent 7bdef6106e
commit c7daddb715
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -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;
}