diff --git a/source/main.cpp b/source/main.cpp index 38a96b7..89590b4 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -13,13 +13,7 @@ static TestCaller tests[] = { int main(int argc, char** argv) { - srvInit(); - aptInit(); - hidInit(NULL); gfxInitDefault(); - gfxSet3D(false); - fsInit(); - InitOutput(); ClearScreens(); Print(GFX_TOP, "Press A to begin...\n"); @@ -49,11 +43,7 @@ int main(int argc, char** argv) ClearScreens(); - DeinitOutput(); - fsExit(); gfxExit(); - hidExit(); - aptExit(); - srvExit(); + return 0; }