Skip to content

Commit

Permalink
Update main.arm7.c
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Dec 21, 2024
1 parent fc47c2d commit b1b6ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retail/bootloaderi/source/arm7/main.arm7.c
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ static bool isROMLoadableInRAM(const tDSiHeader* dsiHeader, const tNDSHeader* nd
wramSize += 0x8000; // Shared 32KB of WRAM is available for ARM9 to use
sharedWramEnabled = true;
}
u32 romSizeLimit = (dsiModeConfirmed ? 0x00800000 : 0x00BC0000);
u32 romSizeLimit = (dsiModeConfirmed ? 0x00800000 : 0x00BD0000);
if (consoleModel > 0) {
romSizeLimit += 0x01000000;
}
Expand Down

0 comments on commit b1b6ce7

Please sign in to comment.