Skip to content

Commit

Permalink
finalize: update for libctru changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveamac committed May 18, 2020
1 parent 1740423 commit 443498d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions finalize/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ void finalize_install(void)
int main(int argc, char* argv[])
{
amInit();
sdmcInit();
gfxInitDefault();
consoleInit(GFX_TOP, NULL);

Expand All @@ -179,7 +178,6 @@ int main(int argc, char* argv[])
}

gfxExit();
sdmcExit();
amExit();
return 0;
}

0 comments on commit 443498d

Please sign in to comment.