mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Fix build error
This commit is contained in:
parent
42a098c105
commit
c96b8e1855
@ -23,6 +23,8 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#define copyBufSize 0x8000
|
||||||
|
|
||||||
extern u8 copyBuf[copyBufSize];
|
extern u8 copyBuf[copyBufSize];
|
||||||
|
|
||||||
static sNDSHeaderExt ndsCardHeader;
|
static sNDSHeaderExt ndsCardHeader;
|
||||||
|
|||||||
@ -12,6 +12,7 @@
|
|||||||
#include "screenshot.h"
|
#include "screenshot.h"
|
||||||
#include "language.h"
|
#include "language.h"
|
||||||
|
|
||||||
|
#define copyBufSize 0x8000
|
||||||
#define shaChunkSize 0x10000
|
#define shaChunkSize 0x10000
|
||||||
|
|
||||||
// u8* copyBuf = (u8*)0x02004000;
|
// u8* copyBuf = (u8*)0x02004000;
|
||||||
|
|||||||
@ -17,6 +17,4 @@ extern int ownNitroFSMounted;
|
|||||||
extern bool applaunch;
|
extern bool applaunch;
|
||||||
|
|
||||||
|
|
||||||
#define copyBufSize 0x8000
|
|
||||||
|
|
||||||
#endif //MAIN_H
|
#endif //MAIN_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user