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

View File

@ -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();
} }
} }