From f178d4e5a64c58c04648d774b5858b75f45fde56 Mon Sep 17 00:00:00 2001 From: dborth Date: Mon, 21 Jun 2010 04:29:24 +0000 Subject: [PATCH] bugfix --- source/fceugx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fceugx.cpp b/source/fceugx.cpp index b996ae6..0be38d7 100644 --- a/source/fceugx.cpp +++ b/source/fceugx.cpp @@ -320,6 +320,7 @@ int main(int argc, char *argv[]) InitGCVideo (); // Initialize video SetupPads(); ResetVideo_Menu (); // change to menu video mode + MountAllFAT(); // Initialize libFAT for SD and USB #ifdef HW_RVL // Wii Power/Reset buttons @@ -339,7 +340,6 @@ int main(int argc, char *argv[]) CreateAppPath(argv[0]); #endif - MountAllFAT(); // Initialize libFAT for SD and USB DefaultSettings(); // Set defaults InitialiseAudio(); InitFreeType((u8*)font_ttf, font_ttf_size); // Initialize font system