From fe6e469a718c7531242790fb7cb159f748e20914 Mon Sep 17 00:00:00 2001 From: dborth Date: Mon, 21 Jun 2010 04:29:49 +0000 Subject: [PATCH] bugfix --- source/snes9xgx.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/snes9xgx.cpp b/source/snes9xgx.cpp index aba607b..9b3a566 100644 --- a/source/snes9xgx.cpp +++ b/source/snes9xgx.cpp @@ -408,6 +408,7 @@ main(int argc, char *argv[]) InitGCVideo(); // Initialise video ResetVideo_Menu (); // change to menu video mode SetupPads(); + MountAllFAT(); // Initialize libFAT for SD and USB // Initialize DVD subsystem (GameCube only) #ifdef HW_DOL @@ -425,9 +426,6 @@ main(int argc, char *argv[]) CreateAppPath(argv[0]); #endif - // Initialize libFAT for SD and USB - MountAllFAT(); - // Set defaults DefaultSettings ();