mirror of
https://github.com/wiiu-env/launchiine.git
synced 2024-11-21 17:29:18 +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 (sFromHBL) {
|
||||
fadeOut();
|
||||
SYSRelaunchTitle(0, NULL);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user