mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
ISI fix
This commit is contained in:
parent
4aefa04e9d
commit
e8fcd1864f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user