From 62945728c7d4aab371e7f70431c84aa0e7abe7eb Mon Sep 17 00:00:00 2001 From: Pablo Curiel Date: Sat, 10 Oct 2020 17:12:35 -0400 Subject: [PATCH] Fix wrong NCA ACID signature area size. --- source/nca.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/nca.h b/source/nca.h index ced39cb..ff0a245 100644 --- a/source/nca.h +++ b/source/nca.h @@ -48,7 +48,7 @@ #define NCA_AES_XTS_SECTOR_SIZE 0x200 -#define NCA_ACID_SIGNATURE_AREA_SIZE 0x100 /* Signature is calculated starting at the NCA header magic word. */ +#define NCA_ACID_SIGNATURE_AREA_SIZE 0x200 /* Signature is calculated starting at the NCA header magic word. */ typedef enum { NcaDistributionType_Download = 0,