Redraw screen after the menu

This commit is contained in:
simon.kagstrom 2009-05-23 14:23:46 +00:00
parent 44bbde118d
commit 05a2699f38

View File

@ -349,6 +349,7 @@ static void general_options(void)
/* There are a few unfortunate header problems, so I'll do like this for now */
struct uae_prefs;
void read_inputdevice_config (struct uae_prefs *pr, const char *option, const char *value);
void notice_screen_contents_lost (void);
static void insert_keyboard_map(const char *key, const char *fmt, ...)
{
@ -648,6 +649,7 @@ void gui_display(int shortcut)
prefs_has_changed = 0;
opt = menu_select_title("Main menu", main_menu_messages, submenus);
notice_screen_contents_lost ();
if (opt < 0)
return;