Fix a crash from removing one too many Init
This commit is contained in:
parent
4bc9245810
commit
ec01a4a214
@ -14,6 +14,7 @@ static TestCaller tests[] = {
|
|||||||
int main(int argc, char** argv)
|
int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
gfxInitDefault();
|
gfxInitDefault();
|
||||||
|
InitOutput();
|
||||||
|
|
||||||
ClearScreens();
|
ClearScreens();
|
||||||
Print(GFX_TOP, "Press A to begin...\n");
|
Print(GFX_TOP, "Press A to begin...\n");
|
||||||
@ -44,6 +45,7 @@ int main(int argc, char** argv)
|
|||||||
ClearScreens();
|
ClearScreens();
|
||||||
|
|
||||||
gfxExit();
|
gfxExit();
|
||||||
|
DeinitOutput();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user