From e3d3f8a12e16319964da0d7a167c28074f8cd76f Mon Sep 17 00:00:00 2001 From: Maschell Date: Mon, 19 Sep 2022 21:02:25 +0200 Subject: [PATCH] Exit the config menu when you RELEASE the home button --- source/utils/ConfigUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utils/ConfigUtils.cpp b/source/utils/ConfigUtils.cpp index 08aedb4..45a6af7 100644 --- a/source/utils/ConfigUtils.cpp +++ b/source/utils/ConfigUtils.cpp @@ -184,7 +184,7 @@ void ConfigUtils::displayMenu() { } } - if (buttonsTriggered & VPAD_BUTTON_HOME) { + if (buttonsReleased & VPAD_BUTTON_HOME) { break; }