Skip to content

Commit

Permalink
Fix build error (Part 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Jan 16, 2024
1 parent ada7249 commit f198ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retail/bootloader/source/arm7/dsi2ds_patches.c
Original file line number Diff line number Diff line change
Expand Up @@ -22229,7 +22229,7 @@ void patchDSiModeToDSMode(cardengineArm9* ce9, const tNDSHeader* ndsHeader) {
*(u32*)0x02019840 = 0xE1A00000; // nop
*(u32*)0x0201D4E8 = 0xE1A00000; // nop
patchInitDSiWare(0x02023C6C, heapEnd);
*(u32*)0x02023FDC = 0x02116740;
*(u32*)0x02023FDC = *(u32*)0x02004FD0;
patchUserSettingsReadDSiWare(0x02025274);
*(u32*)0x02090C7C = 0xE3A00003; // mov r0, #3
setBL(0x02090D84, (u32)dsiSaveCreate);
Expand Down

0 comments on commit f198ba1

Please sign in to comment.