Fix default menu page for ao486.

This commit is contained in:
sorgelig
2018-01-01 18:07:06 +08:00
parent 2848082441
commit f219dab889

2
menu.c
View File

@@ -691,7 +691,7 @@ void HandleUI(void)
}
else
{
if ((get_key_mod() & (LGUI | RGUI)) || !has_menu()) //Alt+Menu
if (((get_key_mod() & (LGUI | RGUI)) && !is_x86_core()) || !has_menu()) //Alt+Menu
{
menustate = MENU_8BIT_SYSTEM1;
}