summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/simpleselgame.cpp
diff options
context:
space:
mode:
author dankan1890 <mewuidev2@gmail.com>2016-04-07 12:36:30 +0200
committer dankan1890 <mewuidev2@gmail.com>2016-04-07 12:36:30 +0200
commitb10ffebf58b06c45cc9c70a46471c717175be965 (patch)
tree416fced73ed677597f87080863849f7b46c23328 /src/emu/ui/simpleselgame.cpp
parent0386367805a78c83a8e1719c1c4193f15a12e377 (diff)
Fixed the key handler for the error "roms or missing CHD."
Removed the delay in showing the description in the Advanced menu. Synchronized the translation files.
Diffstat (limited to 'src/emu/ui/simpleselgame.cpp')
-rw-r--r--src/emu/ui/simpleselgame.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/ui/simpleselgame.cpp b/src/emu/ui/simpleselgame.cpp
index 617c6e651e4..e6c4b197e50 100644
--- a/src/emu/ui/simpleselgame.cpp
+++ b/src/emu/ui/simpleselgame.cpp
@@ -103,7 +103,10 @@ void ui_simple_menu_select_game::handle()
{
// reset the error on any future menu_event
if (m_error)
+ {
m_error = false;
+ machine().ui_input().reset();
+ }
// handle selections
else