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

@@ -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");
}
}