diff --git a/src/Application.cpp b/src/Application.cpp index 1892883..98b2d4e 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -253,7 +253,9 @@ void Application::executeThread(void) { if(controller[i]->data.buttons_d & VPAD_BUTTON_HOME) { if (sFromHBL) { + fadeOut(); SYSRelaunchTitle(0, NULL); + continue; } } }