Skip to content

Commit

Permalink
Derp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Dec 29, 2024
1 parent 527d508 commit fce0f55
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 @@ -1248,7 +1248,7 @@ static void loadNitroFileInfoIntoRAM(const tNDSHeader* ndsHeader, aFile* romFile
if (size > 0x80000) return;

sdmmc_set_ndma_slot(0);
fileRead((char*)0x03700000, romFile, baseFatOff, size);
fileRead((char*)0x03700000, romFile, baseFntOff, size);
sdmmc_set_ndma_slot(4);

dbg_printf("Nitro file info pre-loaded into RAM at ");
Expand Down

0 comments on commit fce0f55

Please sign in to comment.