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
|
InitGCVideo(); // Initialise video
|
||||||
ResetVideo_Menu (); // change to menu video mode
|
ResetVideo_Menu (); // change to menu video mode
|
||||||
SetupPads();
|
SetupPads();
|
||||||
|
MountAllFAT(); // Initialize libFAT for SD and USB
|
||||||
|
|
||||||
// Initialize DVD subsystem (GameCube only)
|
// Initialize DVD subsystem (GameCube only)
|
||||||
#ifdef HW_DOL
|
#ifdef HW_DOL
|
||||||
@ -425,9 +426,6 @@ main(int argc, char *argv[])
|
|||||||
CreateAppPath(argv[0]);
|
CreateAppPath(argv[0]);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Initialize libFAT for SD and USB
|
|
||||||
MountAllFAT();
|
|
||||||
|
|
||||||
// Set defaults
|
// Set defaults
|
||||||
DefaultSettings ();
|
DefaultSettings ();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user