Skip to content

Commit 547dae6

Browse files
committed
Update dsi2ds_patches.c
1 parent 0be8ba7 commit 547dae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

retail/bootloader/source/arm7/dsi2ds_patches.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28392,7 +28392,7 @@ void patchDSiModeToDSMode(cardengineArm9* ce9, const tNDSHeader* ndsHeader) {
2839228392
*(u32*)0x02020374 = 0xE1A00000; // nop
2839328393
patchInitDSiWare(0x02026E84, heapEnd);
2839428394
if (!extendedMemory) {
28395-
*(u32*)0x020271F4 = 0x020E5C00;
28395+
*(u32*)0x020271F4 = *(u32*)0x02004FC0;
2839628396
}
2839728397
patchUserSettingsReadDSiWare(0x02028360);
2839828398
*(u32*)0x020639A4 = 0xE12FFF1E; // bx lr
@@ -28425,7 +28425,7 @@ void patchDSiModeToDSMode(cardengineArm9* ce9, const tNDSHeader* ndsHeader) {
2842528425
*(u32*)0x0201C748 = 0xE1A00000; // nop
2842628426
patchInitDSiWare(0x02023258, heapEnd);
2842728427
if (!extendedMemory) {
28428-
*(u32*)0x020235C8 = 0x020E1FC0;
28428+
*(u32*)0x020235C8 = *(u32*)0x020013C0;
2842928429
}
2843028430
patchUserSettingsReadDSiWare(0x02024734);
2843128431
*(u32*)0x0205FD48 = 0xE12FFF1E; // bx lr

0 commit comments

Comments
 (0)