Theme install now works, added fast reboot code

This commit is contained in:
2017-08-26 16:00:10 -04:00
parent 6b61ae9e5f
commit ae42b9648c
4 changed files with 18 additions and 5 deletions

View File

@@ -50,7 +50,9 @@ int main(void)
u32 kDown = hidKeysDown();
if (kDown & KEY_START)
{
break;
close_archives();
PTMSYSM_ShutdownAsync(0);
ptmSysmExit();
}
}