diff options
author | 2016-02-24 23:28:16 +0100 | |
---|---|---|
committer | 2016-02-24 23:28:16 +0100 | |
commit | bc2a4317caf8f416cb8a5de7b8d92f4464636d7e (patch) | |
tree | f553c26825bbafa1072d691f97041e83523e5648 /src/emu/ui/custui.cpp | |
parent | 24ced366776e255f11fb4cc7e93c602f87d60356 (diff) |
selsoft: fixed search for software list. (nw)
Diffstat (limited to 'src/emu/ui/custui.cpp')
-rw-r--r-- | src/emu/ui/custui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/ui/custui.cpp b/src/emu/ui/custui.cpp index 491a27e2dda..2392db122fc 100644 --- a/src/emu/ui/custui.cpp +++ b/src/emu/ui/custui.cpp @@ -120,6 +120,7 @@ void ui_menu_custom_ui::handle() ui_menu::stack_push(global_alloc_clear<ui_menu_selector>(machine(), container, s_sel, m_currlang)); } + break; } } } |