From 5c5ffa4f756ed589155fccfd9db14e18c9c8451d Mon Sep 17 00:00:00 2001 From: sorgelig Date: Thu, 10 Jan 2019 02:05:26 +0800 Subject: [PATCH] Fix reboot option. --- menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.cpp b/menu.cpp index 9cf8c1b..626602a 100644 --- a/menu.cpp +++ b/menu.cpp @@ -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++;