This commit is contained in:
RocketRobz 2024-02-27 20:15:32 -07:00
parent 98384c1d4b
commit 42a098c105
3 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,7 @@
#include <unistd.h>
#include <vector>
extern u8* copyBuf;
extern u8 copyBuf[copyBufSize];
static sNDSHeaderExt ndsCardHeader;

View File

@ -12,7 +12,6 @@
#include "screenshot.h"
#include "language.h"
#define copyBufSize 0x8000
#define shaChunkSize 0x10000
// u8* copyBuf = (u8*)0x02004000;

View File

@ -17,4 +17,6 @@ extern int ownNitroFSMounted;
extern bool applaunch;
#define copyBufSize 0x8000
#endif //MAIN_H