mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-26 22:54:16 +01:00
update for latest libctru
This commit is contained in:
parent
c5a42ca9b1
commit
41a379f64d
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user