Fix CIA causing instability

Fixed an issue whereby after exiting the ctrmus CIA application, the
user could not load another application.

Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
Mahyar Koshkouei
2017-01-07 11:17:24 +00:00
parent 3059bead6b
commit 5ca8e6cc65

View File

@@ -45,6 +45,7 @@ int main(int argc, char **argv)
int from = 0;
gfxInitDefault();
sdmcInit();
consoleInit(GFX_TOP, &topScreen);
consoleInit(GFX_BOTTOM, &bottomScreen);
consoleSelect(&bottomScreen);
@@ -244,6 +245,7 @@ out:
puts("Exiting...");
gfxExit();
sdmcExit();
return 0;
err: