Fix luma config softlock (#1931)

This commit is contained in:
PabloMK7 2023-07-25 20:35:07 +02:00
parent dd22a0cd93
commit 0f09900a2a

View File

@ -1064,7 +1064,8 @@ void configMenu(bool oldPinStatus, u32 oldPinMode)
if(pressed & BUTTON_START)
{
startPressed = true;
pressed |= (BUTTON_RIGHT);
// This moves the cursor to the last entry
pressed = BUTTON_RIGHT;
}
if(pressed & DPAD_BUTTONS)