mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Bug fix: Use fatInitDefault to mount flashcard, if not in DSi mode
This commit is contained in:
parent
af9cd48fb6
commit
bf4f452214
@ -110,7 +110,7 @@ bool flashcardMount(void) {
|
|||||||
if (flashcardFound()) {
|
if (flashcardFound()) {
|
||||||
return true;
|
return true;
|
||||||
} else if (!isDSiMode()) {
|
} else if (!isDSiMode()) {
|
||||||
return fatMountSimple("fat", &io_dldi_data->ioInterface);
|
return fatInitDefault();
|
||||||
} else if (REG_SCFG_MC != 0x11) {
|
} else if (REG_SCFG_MC != 0x11) {
|
||||||
// Reset Slot-1 to allow reading title name and ID
|
// Reset Slot-1 to allow reading title name and ID
|
||||||
sysSetCardOwner (BUS_OWNER_ARM9);
|
sysSetCardOwner (BUS_OWNER_ARM9);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user