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