Skip to content

Commit

Permalink
AND THE WINNER FOR THE STUPIDEST FIX EVER GOES TOOOOO
Browse files Browse the repository at this point in the history
  • Loading branch information
shutterbug2000 authored Feb 25, 2018
1 parent 9d9b452 commit 4699eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootloader/source/card_patcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ u32 patchCardNdsArm9 (const tNDSHeader* ndsHeader, u32* cardEngineLocation, modu

copyLoop ((u32*)cardReadStartOffset, cardReadPatch, 0xF0);

copyLoop ((u32*)(cardPullOutOffset), cardPullOutPatch, 0x5C);
copyLoop ((u32*)(cardPullOutOffset), cardPullOutPatch, 0x4);

if (cardIdStartOffset) {
copyLoop ((u32*)cardIdStartOffset, cardIdPatch, 0x8);
Expand Down

0 comments on commit 4699eba

Please sign in to comment.