Remove unneeded boilerplates
This commit is contained in:
parent
5af0875ec1
commit
4bc9245810
@ -13,13 +13,7 @@ static TestCaller tests[] = {
|
|||||||
|
|
||||||
int main(int argc, char** argv)
|
int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
srvInit();
|
|
||||||
aptInit();
|
|
||||||
hidInit(NULL);
|
|
||||||
gfxInitDefault();
|
gfxInitDefault();
|
||||||
gfxSet3D(false);
|
|
||||||
fsInit();
|
|
||||||
InitOutput();
|
|
||||||
|
|
||||||
ClearScreens();
|
ClearScreens();
|
||||||
Print(GFX_TOP, "Press A to begin...\n");
|
Print(GFX_TOP, "Press A to begin...\n");
|
||||||
@ -49,11 +43,7 @@ int main(int argc, char** argv)
|
|||||||
|
|
||||||
ClearScreens();
|
ClearScreens();
|
||||||
|
|
||||||
DeinitOutput();
|
|
||||||
fsExit();
|
|
||||||
gfxExit();
|
gfxExit();
|
||||||
hidExit();
|
|
||||||
aptExit();
|
|
||||||
srvExit();
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user