Fix reboot option.

This commit is contained in:
sorgelig
2019-01-10 02:05:26 +08:00
parent 9b91e50d4e
commit 5c5ffa4f75

View File

@@ -493,7 +493,7 @@ static uint32_t menu_key_get(void)
else if (CheckTimer(repeat))
{
repeat = GetTimer(REPEATRATE);
if (GetASCIIKey(c1) || ((menustate == MENU_8BIT_SYSTEM2) && (menusub == 8)))
if (GetASCIIKey(c1) || ((menustate == MENU_8BIT_SYSTEM2) && (menusub == 9)))
{
c = c1;
hold_cnt++;