Missed one comment

This commit is contained in:
Matt Nadareski
2024-10-13 23:09:43 -04:00
parent 6ef543ee1a
commit 4eaa56212f

View File

@@ -164,7 +164,6 @@ namespace NDecrypt.N3DS
/// </summary>
/// <param name="cart">Cart representing the 3DS file</param>
/// <param name="index">Index of the partition</param>
/// <param name="encrypt">Indicates if the file should be encrypted or decrypted</param>
/// <param name="input">Stream representing the input</param>
/// <param name="output">Stream representing the output</param>
private void DecryptPartition(Cart cart, int index, Stream input, Stream output)