mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Derp fix
This commit is contained in:
parent
98384c1d4b
commit
42a098c105
@ -23,7 +23,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
extern u8* copyBuf;
|
extern u8 copyBuf[copyBufSize];
|
||||||
|
|
||||||
static sNDSHeaderExt ndsCardHeader;
|
static sNDSHeaderExt ndsCardHeader;
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,6 @@
|
|||||||
#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,4 +17,6 @@ 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