瀏覽代碼

file_sys/card_image: Remove obsolete TODO

We already support Rev 1+.
Lioncash 7 年之前
父節點
當前提交
c7daddb715
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/file_sys/card_image.cpp

+ 1 - 1
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;
         }