mirror of
https://github.com/modmii/YAWM-ModMii-Edition.git
synced 2024-11-13 03:45:11 +01:00
Bump buffer size to 16KB
This commit is contained in:
parent
cb2351b877
commit
1d0f7d6f67
@ -2,7 +2,7 @@
|
||||
#define _TITLE_H_
|
||||
|
||||
/* Constants */
|
||||
#define BLOCK_SIZE 1024
|
||||
#define BLOCK_SIZE 0x4000
|
||||
|
||||
/* Prototypes */
|
||||
s32 Title_ZeroSignature(signed_blob *);
|
||||
|
Loading…
Reference in New Issue
Block a user