mirror of
https://github.com/wiiu-env/wudd.git
synced 2024-11-25 19:26:58 +01:00
Fix exiting via the menu when not running from HBL
This commit is contained in:
parent
5a4f9484c3
commit
4a6269a8e5
@ -88,7 +88,7 @@ ApplicationState::eSubState MainApplicationState::update(Input *input) {
|
|||||||
} else if (this->selectedOptionY == 3) {
|
} else if (this->selectedOptionY == 3) {
|
||||||
//
|
//
|
||||||
} else {
|
} else {
|
||||||
if (gRunFromHBL) {
|
if (!gRunFromHBL) {
|
||||||
SYSLaunchMenu();
|
SYSLaunchMenu();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user