Fix luma config softlock (#1931)
This commit is contained in:
parent
dd22a0cd93
commit
0f09900a2a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user