mirror of
https://github.com/holub/mame
synced 2025-05-30 09:33:05 +03:00
01937: All Sets: Fatal Exception on In-Game Menu
This commit is contained in:
parent
10f20f15ec
commit
9ce918c465
@ -868,6 +868,7 @@ static UINT32 menu_input_groups(running_machine *machine, UINT32 state)
|
||||
|
||||
/* reset the menu */
|
||||
memset(item_list, 0, sizeof(item_list));
|
||||
menu_string_pool_offset = 0;
|
||||
|
||||
/* build up the menu */
|
||||
item_list[menu_items++].text = "User Interface";
|
||||
|
Loading…
Reference in New Issue
Block a user