More refactor going on

This commit is contained in:
Pengfei
2021-08-04 11:25:39 +08:00
parent 0abddb7e79
commit 1fe45d890c
13 changed files with 55 additions and 54 deletions
+1 -1
View File
@@ -442,7 +442,7 @@ bool NCCHContainer::DecryptToFile(std::shared_ptr<FileUtil::IOFile> dest_file,
}
if (!is_encrypted) {
// Simply copy everything. QuickDecryptor is used for progress reporting
// Simply copy everything. FileDecryptor is used for progress reporting
file->Seek(0, SEEK_SET);
const auto size = file->GetSize();