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 4, 2024
1 parent 09008fc commit 5f7ca79
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 @@ -1810,7 +1810,7 @@ int arm7_main(void) {
tonccpy((u32*)ce9Location, (u32*)CARDENGINEI_ARM9_BUFFERED_LOCATION, 0xC00);

tonccpy((u32*)ce7Location, (u32*)CARDENGINEI_ARM7_BUFFERED_LOCATION, 0x8400);
if (gameOnFlashcard || saveOnFlashcard) {
if (gameOnFlashcard) {
if (!dldiPatchBinary((data_t*)ce7Location, 0x8000, NULL)) {
dbg_printf("ce7 DLDI patch failed\n");
errorOutput();
Expand Down

0 comments on commit 5f7ca79

Please sign in to comment.