mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-02-03 05:32:32 +01:00
ISI fix
This commit is contained in:
parent
4aefa04e9d
commit
e8fcd1864f
@ -336,10 +336,6 @@ main(int argc, char *argv[])
|
|||||||
|
|
||||||
InitDeviceThread();
|
InitDeviceThread();
|
||||||
|
|
||||||
// Initialise video
|
|
||||||
InitGCVideo();
|
|
||||||
ResetVideo_Menu (); // change to menu video mode
|
|
||||||
|
|
||||||
// Controllers
|
// Controllers
|
||||||
PAD_Init ();
|
PAD_Init ();
|
||||||
|
|
||||||
@ -355,6 +351,10 @@ main(int argc, char *argv[])
|
|||||||
SYS_SetResetCallback(ResetCB);
|
SYS_SetResetCallback(ResetCB);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Initialise video
|
||||||
|
InitGCVideo();
|
||||||
|
ResetVideo_Menu (); // change to menu video mode
|
||||||
|
|
||||||
// GameCube only - Injected ROM
|
// GameCube only - Injected ROM
|
||||||
// Before going any further, let's copy any injected ROM image
|
// Before going any further, let's copy any injected ROM image
|
||||||
// We'll put it in ARAM for safe storage
|
// We'll put it in ARAM for safe storage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user