summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/filesel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/ui/filesel.c')
-rw-r--r--src/emu/ui/filesel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/emu/ui/filesel.c b/src/emu/ui/filesel.c
index d017b7f1bc7..bdb5361f7bf 100644
--- a/src/emu/ui/filesel.c
+++ b/src/emu/ui/filesel.c
@@ -328,6 +328,10 @@ void ui_menu_file_create::handle()
reset(UI_MENU_RESET_REMEMBER_POSITION);
}
break;
+
+ case IPT_UI_CANCEL:
+ ui_menu::stack_pop(machine());
+ break;
}
}
}