Merge branch 'master' of github.com:mtheall/ftbrony

This commit is contained in:
mtheall 2014-12-09 00:25:49 -06:00
commit 77031db0d2

View File

@ -66,7 +66,6 @@ main(int argc,
srvInit(); srvInit();
aptInit(); aptInit();
hidInit(NULL); hidInit(NULL);
irrstInit(NULL);
gfxInit(); gfxInit();
gfxSet3D(false); gfxSet3D(false);
#endif #endif
@ -92,7 +91,6 @@ main(int argc,
#ifdef _3DS #ifdef _3DS
/* deinitialize 3DS services */ /* deinitialize 3DS services */
gfxExit(); gfxExit();
irrstExit();
hidExit(); hidExit();
aptExit(); aptExit();
srvExit(); srvExit();