diff --git a/README.md b/README.md index 094201d..9fc8924 100644 --- a/README.md +++ b/README.md @@ -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:** diff --git a/thread/source/thread.c b/thread/source/thread.c index d75471b..0f6ee1d 100644 --- a/thread/source/thread.c +++ b/thread/source/thread.c @@ -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"); -} +} \ No newline at end of file