This commit is contained in:
VoltZ
2019-11-08 03:20:30 +01:00
parent b10cc33a99
commit a0ee0481ec
9 changed files with 4484 additions and 1 deletions
+2
View File
@@ -57,6 +57,7 @@ int main()
romfsInit();
sdmcInit();
cfguInit();
acInit();
// Create Folder if missing.
mkdir("sdmc:/3ds", 0777);
mkdir("sdmc:/3ds/Universal-Updater", 0777);
@@ -90,6 +91,7 @@ int main()
Gui::exit();
gfxExit();
cfguExit();
acExit();
romfsExit();
sdmcExit();
return 0;