Skip to content

Commit cebb6b6

Browse files
committed
Fixed the page being reset in the Memory menu
1 parent b6fc15b commit cebb6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ttyd-tools/rel/source/menu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1769,7 +1769,7 @@ void menuCheckButton()
17691769
{
17701770
case 0:
17711771
{
1772-
default_DPAD_Actions(CurrentButton);
1772+
adjustMenuNoPageEdit(CurrentButton);
17731773
break;
17741774
}
17751775
default:

0 commit comments

Comments
 (0)