Skip to content

Commit 249c080

Browse files
committed
bug fix
1 parent 4d9389f commit 249c080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootloader/source/card_patcher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ u32 patchCardNds (const tNDSHeader* ndsHeader, u32* cardEngineLocation, module_p
297297
if(cardCheckPullOutOffset>0)
298298
copyLoop ((u32*)cardCheckPullOutOffset, cardCheckPullOutPatch, 0x4);
299299

300-
copyLoop ((u32*)cardPullOutOffset, cardPullOutPatch, 0x68);
300+
copyLoop ((u32*)cardPullOutOffset, cardPullOutPatch, 0x6C);
301301

302302
copyLoop ((u32*)cardIrqEnableOffset, cardIrqEnablePatch, 0x30);
303303

0 commit comments

Comments
 (0)