From d78437e74903e9df753ef4492251e49596a1cd10 Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Tue, 16 Oct 2018 15:51:30 -0600 Subject: [PATCH] Fix flashcardMount() code --- arm9/source/driveOperations.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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);