mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2025-01-09 10:29:22 +01:00
Removed unneeded irrst* func calls, ctrulib itself handles calling those automatically.
This commit is contained in:
parent
331c521ab0
commit
8a9be0f01f
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user