mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-12-18 07:11:50 +01:00
bugfix
This commit is contained in:
parent
7f5371853a
commit
fe6e469a71
@ -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 ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user