update for latest libctru

This commit is contained in:
Dave Murphy 2015-01-08 14:01:33 +00:00
parent c5a42ca9b1
commit 41a379f64d

View File

@ -63,10 +63,7 @@ main(int argc,
{
#ifdef _3DS
/* initialize needed 3DS services */
srvInit();
aptInit();
hidInit(NULL);
gfxInit();
gfxInitDefault();
gfxSet3D(false);
#endif
@ -91,9 +88,6 @@ main(int argc,
#ifdef _3DS
/* deinitialize 3DS services */
gfxExit();
hidExit();
aptExit();
srvExit();
#endif
return 0;