mirror of
https://github.com/rvtr/SafeNANDManager.git
synced 2026-01-26 13:43:04 -05:00
Update arm9.c
This commit is contained in:
parent
97d56cd327
commit
420530a953
@ -248,8 +248,8 @@ int main(void) {
|
|||||||
dsiOnly();
|
dsiOnly();
|
||||||
|
|
||||||
consoleDemoInit();
|
consoleDemoInit();
|
||||||
iprintf("SafeNANDManager v1.0\n");
|
iprintf("SafeNANDManager v1.0 by\n");
|
||||||
iprintf("by Rocket Robz\n");
|
iprintf("Rocket Robz (dumpTool by zoogie)\n");
|
||||||
|
|
||||||
workbuffer=(u8*)malloc(CHUNKSIZE);
|
workbuffer=(u8*)malloc(CHUNKSIZE);
|
||||||
if(!workbuffer) death("Could not allocate workbuffer");
|
if(!workbuffer) death("Could not allocate workbuffer");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user