mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2025-02-16 18:49:13 +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 */
|
/* There are a few unfortunate header problems, so I'll do like this for now */
|
||||||
struct uae_prefs;
|
struct uae_prefs;
|
||||||
void read_inputdevice_config (struct uae_prefs *pr, const char *option, const char *value);
|
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, ...)
|
static void insert_keyboard_map(const char *key, const char *fmt, ...)
|
||||||
{
|
{
|
||||||
@ -648,6 +649,7 @@ void gui_display(int shortcut)
|
|||||||
prefs_has_changed = 0;
|
prefs_has_changed = 0;
|
||||||
|
|
||||||
opt = menu_select_title("Main menu", main_menu_messages, submenus);
|
opt = menu_select_title("Main menu", main_menu_messages, submenus);
|
||||||
|
notice_screen_contents_lost ();
|
||||||
if (opt < 0)
|
if (opt < 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user