x86: some fixes and tweaks after merge.

This commit is contained in:
Sorgelig
2022-11-11 18:27:35 +08:00
parent babb0c8bdf
commit aee51e107d
4 changed files with 40 additions and 43 deletions

View File

@@ -2178,7 +2178,7 @@ void HandleUI(void)
const char *opt = p + 1;
if (!bit && (is_x86() || is_pcxt()))
{
x86_init(is_pcxt());
x86_init();
ResetUART();
menustate = MENU_NONE1;
}