mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-11 14:38:24 +02:00
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