Fadeout on exit

This commit is contained in:
Maschell 2020-02-20 11:09:37 +01:00
parent 0d19397664
commit 382964ca1d

View File

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