mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
(MESS) ui: when ESCing while creating a new floppy image, fall back
to the correct menu. [Fabio Priuli]
This commit is contained in:
parent
7fc1cfe6c7
commit
fa41ad2cde
@ -985,7 +985,7 @@ void ui_menu_control_floppy_image::handle()
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case -1:
|
case -1:
|
||||||
ui_menu::stack_pop(machine());
|
state = START_FILE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user