Exit the config menu when you RELEASE the home button

This commit is contained in:
Maschell 2022-09-19 21:02:25 +02:00
parent 7aaa35197d
commit e3d3f8a12e

View File

@ -184,7 +184,7 @@ void ConfigUtils::displayMenu() {
}
}
if (buttonsTriggered & VPAD_BUTTON_HOME) {
if (buttonsReleased & VPAD_BUTTON_HOME) {
break;
}