Skip to content
This repository has been archived by the owner on Oct 13, 2019. It is now read-only.

Commit

Permalink
3DS init ACU service
Browse files Browse the repository at this point in the history
  • Loading branch information
CTurt committed Mar 21, 2015
1 parent 442da24 commit 313e21e
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions 3DS/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,10 @@ void hang(char *message) {
}

int main(void) {
/*srvInit();
aptInit();
hidInit(NULL);
//irrstInit(NULL);
acInit();
gfxInit();
gfxSet3D(false);*/

gfxInitDefault();

consoleInit(GFX_BOTTOM, NULL);
//consoleInit(GFX_BOTTOM, NULL);

if(setjmp(exitJmp)) goto exit;

Expand Down Expand Up @@ -167,12 +160,7 @@ int main(void) {
fsExit();

gfxExit();

/*acExit();
//irrstExit();
hidExit();
aptExit();
srvExit();*/
acExit();

return 0;
}

0 comments on commit 313e21e

Please sign in to comment.