From 4eaa56212f3d70b2fbebf8d3b8460a6cd4bf76a3 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 13 Oct 2024 23:09:43 -0400 Subject: [PATCH] Missed one comment --- NDecrypt.N3DS/ThreeDSTool.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/NDecrypt.N3DS/ThreeDSTool.cs b/NDecrypt.N3DS/ThreeDSTool.cs index 36d0a7d..faa6572 100644 --- a/NDecrypt.N3DS/ThreeDSTool.cs +++ b/NDecrypt.N3DS/ThreeDSTool.cs @@ -164,7 +164,6 @@ namespace NDecrypt.N3DS /// /// Cart representing the 3DS file /// Index of the partition - /// Indicates if the file should be encrypted or decrypted /// Stream representing the input /// Stream representing the output private void DecryptPartition(Cart cart, int index, Stream input, Stream output)