diff --git a/source/title.h b/source/title.h index 4faba41..c2c802a 100644 --- a/source/title.h +++ b/source/title.h @@ -2,7 +2,7 @@ #define _TITLE_H_ /* Constants */ -#define BLOCK_SIZE 1024 +#define BLOCK_SIZE 0x4000 /* Prototypes */ s32 Title_ZeroSignature(signed_blob *);