diff --git a/arm9/source/driveOperations.cpp b/arm9/source/driveOperations.cpp index 4b21af0..67ce524 100644 --- a/arm9/source/driveOperations.cpp +++ b/arm9/source/driveOperations.cpp @@ -217,11 +217,7 @@ TWL_CODE bool twl_flashcardMount(void) { } bool flashcardMount(void) { - if (flashcardFound()) { - fatGetVolumeLabel("fat", fatLabel); - fixLabel(true); - return true; - } else if ((!isDSiMode()) || (arm7SCFGLocked && !sdMountedDone)) { + if ((!isDSiMode()) || (arm7SCFGLocked && !sdMountedDone)) { fatInitDefault(); if (flashcardFound()) { fatGetVolumeLabel("fat", fatLabel);