mirror of
https://github.com/wiiu-env/wudd.git
synced 2024-11-22 01:49:15 +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 (gRunFromHBL) {
|
||||
if (!gRunFromHBL) {
|
||||
SYSLaunchMenu();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user