From e8fcd1864f1f05a681a1ef5c8c7f2fadc1c18b6e Mon Sep 17 00:00:00 2001 From: dborth Date: Wed, 11 Mar 2009 16:34:51 +0000 Subject: [PATCH] ISI fix --- source/ngc/snes9xGX.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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