From 1d0f7d6f67562d103fde9b81f80038d6510aa23d Mon Sep 17 00:00:00 2001 From: Naim2000 Date: Fri, 1 Mar 2024 07:23:30 -0500 Subject: [PATCH] Bump buffer size to 16KB --- source/title.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *);