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 ();