This commit is contained in:
StackZ 2020-04-24 03:19:21 +02:00
commit ce4c6bd6d4
2 changed files with 5 additions and 7 deletions

View file

@ -90,7 +90,6 @@ Result Init::Initialize() {
gfxInitDefault();
romfsInit();
amInit();
sdmcInit();
Gui::init();
cfguInit();
acInit();
@ -206,6 +205,5 @@ Result Init::Exit() {
acExit();
amExit();
romfsExit();
sdmcExit();
return 0;
}