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