mirror of
https://github.com/wiiu-env/launchiine.git
synced 2024-11-22 09:49:17 +01:00
Fadeout on exit
This commit is contained in:
parent
0d19397664
commit
382964ca1d
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user