diff --git a/arm9/source/main.cpp b/arm9/source/main.cpp index 15194bf..6b4715a 100644 --- a/arm9/source/main.cpp +++ b/arm9/source/main.cpp @@ -203,7 +203,7 @@ int main(int argc, char **argv) { // Ensure gm9i folder exists char folderPath[10]; sprintf(folderPath, "%s:/gm9i", (sdMounted ? "sd" : "fat")); - if (access(folderPath, F_OK) != 0) + if ((sdMounted || flashcardMounted) && access(folderPath, F_OK) != 0) mkdir(folderPath, 0777); // Load config