Fix build error

This commit is contained in:
RocketRobz 2024-02-27 20:21:11 -07:00
parent 42a098c105
commit c96b8e1855
3 changed files with 3 additions and 2 deletions

View File

@ -23,6 +23,8 @@
#include <unistd.h>
#include <vector>
#define copyBufSize 0x8000
extern u8 copyBuf[copyBufSize];
static sNDSHeaderExt ndsCardHeader;

View File

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

View File

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