Bug fix: Use fatInitDefault to mount flashcard, if not in DSi mode

This commit is contained in:
RocketRobz 2018-10-05 22:20:54 -06:00
parent af9cd48fb6
commit bf4f452214

View File

@ -110,7 +110,7 @@ bool flashcardMount(void) {
if (flashcardFound()) {
return true;
} else if (!isDSiMode()) {
return fatMountSimple("fat", &io_dldi_data->ioInterface);
return fatInitDefault();
} else if (REG_SCFG_MC != 0x11) {
// Reset Slot-1 to allow reading title name and ID
sysSetCardOwner (BUS_OWNER_ARM9);