fix
This commit is contained in:
parent
ee4cea889c
commit
c1217c0926
@ -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:**
|
||||
|
||||
|
@ -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