Merge pull request #10 from yellows8/master

Removed unneeded irrst* func calls, ctrulib itself handles calling those...
This commit is contained in:
mtheall 2014-11-26 21:51:49 -06:00
commit 6fc17963f5

View File

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