From 382964ca1dc8a98f7d18421e6a2c84567f22289a Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 20 Feb 2020 11:09:37 +0100 Subject: [PATCH] Fadeout on exit --- src/Application.cpp | 2 ++ 1 file changed, 2 insertions(+) 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; } } }