fix
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user