diff --git a/source/ngc/snes9xGX.cpp b/source/ngc/snes9xGX.cpp index 3fc0294..812737a 100644 --- a/source/ngc/snes9xGX.cpp +++ b/source/ngc/snes9xGX.cpp @@ -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