Bump buffer size to 16KB

This commit is contained in:
Naim2000 2024-03-01 07:23:30 -05:00
parent cb2351b877
commit 1d0f7d6f67
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#define _TITLE_H_
/* Constants */
#define BLOCK_SIZE 1024
#define BLOCK_SIZE 0x4000
/* Prototypes */
s32 Title_ZeroSignature(signed_blob *);