This commit is contained in:
Reisyukaku 2015-08-04 22:30:38 -04:00
parent ee4cea889c
commit c1217c0926
2 changed files with 5 additions and 3 deletions

View File

@ -5,7 +5,9 @@
First you'll need the firmware file that I didnt include because reasons. Get that [HERE](https://www.dropbox.com/s/782eyz22lkmh434/firmware.bin?dl=0)
Secondly, just run Make and everything should work!
Secondly, You'll need armips added to your Path
Lastly, just run Make and everything should work!
**Features:**

View File

@ -77,11 +77,11 @@ void thread(void){
screenShot(TOP_FRAME);
screenShot(BOT_FRAME);
}
if(isPressed(BUTTON_START)){
if(isPressed(BUTTON_START | BUTTON_X)){
memdump(L"sdmc:/AXIWRAM.bin", AXIWRAM, 0x00080000);
memdump(L"sdmc:/FCRAM.bin", FCRAM, 0x010000000);
}
patches();
}
__asm("SVC 0x09");
}
}