From 4b536e50d977ada75355b2e2141213f647787f7e Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Fri, 5 Oct 2018 20:30:25 -0600 Subject: [PATCH] Revert copy buffer size --- arm9/source/fileOperations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/source/fileOperations.cpp b/arm9/source/fileOperations.cpp index 2eb8e04..0dfe2d7 100644 --- a/arm9/source/fileOperations.cpp +++ b/arm9/source/fileOperations.cpp @@ -1,7 +1,7 @@ #include #include -#define copyBufSize 0x20000 +#define copyBufSize 0x8000 u32 copyBuf[copyBufSize];