This commit is contained in:
dborth 2009-03-11 16:34:51 +00:00
parent 4aefa04e9d
commit e8fcd1864f

View File

@ -336,10 +336,6 @@ main(int argc, char *argv[])
InitDeviceThread();
// Initialise video
InitGCVideo();
ResetVideo_Menu (); // change to menu video mode
// Controllers
PAD_Init ();
@ -355,6 +351,10 @@ main(int argc, char *argv[])
SYS_SetResetCallback(ResetCB);
#endif
// Initialise video
InitGCVideo();
ResetVideo_Menu (); // change to menu video mode
// GameCube only - Injected ROM
// Before going any further, let's copy any injected ROM image
// We'll put it in ARAM for safe storage