Fix exiting via the menu when not running from HBL

This commit is contained in:
Maschell 2022-07-28 12:49:35 +02:00
parent 5a4f9484c3
commit 4a6269a8e5
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ ApplicationState::eSubState MainApplicationState::update(Input *input) {
} else if (this->selectedOptionY == 3) {
//
} else {
if (gRunFromHBL) {
if (!gRunFromHBL) {
SYSLaunchMenu();
}
}