Fadeout on exit

This commit is contained in:
Maschell 2020-02-20 11:09:37 +01:00
parent 0d19397664
commit 382964ca1d
1 changed files with 2 additions and 0 deletions

View File

@ -253,7 +253,9 @@ void Application::executeThread(void) {
if(controller[i]->data.buttons_d & VPAD_BUTTON_HOME) {
if (sFromHBL) {
fadeOut();
SYSRelaunchTitle(0, NULL);
continue;
}
}
}