mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-17 18:29:19 +01:00
Merge pull request #10 from yellows8/master
Removed unneeded irrst* func calls, ctrulib itself handles calling those...
This commit is contained in:
commit
6fc17963f5
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user