Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Feb 28, 2024
1 parent 42a098c commit c96b8e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions arm9/source/dumpOperations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#include <unistd.h>
#include <vector>

#define copyBufSize 0x8000

extern u8 copyBuf[copyBufSize];

static sNDSHeaderExt ndsCardHeader;
Expand Down
1 change: 1 addition & 0 deletions arm9/source/fileOperations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "screenshot.h"
#include "language.h"

#define copyBufSize 0x8000
#define shaChunkSize 0x10000

// u8* copyBuf = (u8*)0x02004000;
Expand Down
2 changes: 0 additions & 2 deletions arm9/source/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ extern int ownNitroFSMounted;
extern bool applaunch;


#define copyBufSize 0x8000

#endif //MAIN_H

0 comments on commit c96b8e1

Please sign in to comment.