N3DS: Move gfxInit and hidInit from main to video.
This commit is contained in:
committed by
Sam Lantinga
parent
266014faa7
commit
83ec6062af
@@ -49,15 +49,11 @@ N3DS_Init(void)
|
||||
{
|
||||
osSetSpeedupEnable(true);
|
||||
romfsInit();
|
||||
gfxInit(GSP_RGBA8_OES, GSP_RGBA8_OES, false);
|
||||
hidInit();
|
||||
}
|
||||
|
||||
SDL_FORCE_INLINE void
|
||||
N3DS_Quit(void)
|
||||
{
|
||||
hidExit();
|
||||
gfxExit();
|
||||
romfsExit();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user