mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-22 02:29:17 +01:00
Redraw screen after the menu
This commit is contained in:
parent
44bbde118d
commit
05a2699f38
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user