From c7daddb715d286c7236fc3ab9dc6e2ae623e8ebb Mon Sep 17 00:00:00 2001
From: Lioncash <mathew1800@gmail.com>
Date: Wed, 12 Jun 2019 16:52:15 -0400
Subject: [PATCH] file_sys/card_image: Remove obsolete TODO

We already support Rev 1+.
---
 src/core/file_sys/card_image.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/file_sys/card_image.cpp b/src/core/file_sys/card_image.cpp
index df9e0c4345..626ed0042e 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<NCA>(file, nullptr, 0, keys);
-        // TODO(DarkLordZach): Add proper Rev1+ Support
         if (nca->IsUpdate()) {
             continue;
         }