From e0a39ee850ddf717ce74038a7665e423239f0789 Mon Sep 17 00:00:00 2001 From: Robz8 Date: Thu, 4 Oct 2018 22:12:32 -0600 Subject: [PATCH] bug fix --- arm9/source/driveMenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/source/driveMenu.cpp b/arm9/source/driveMenu.cpp index c6f340e..0f9f4b9 100644 --- a/arm9/source/driveMenu.cpp +++ b/arm9/source/driveMenu.cpp @@ -42,7 +42,7 @@ void driveMenu (void) { int held = 0; while (true) { - if (isDSiMode() && !pressed) { + if (isDSiMode() && !pressed && !held) { if (REG_SCFG_MC == 0x11) { if (flashcardMounted) { flashcardUnmount();