summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2015-02-03 14:24:25 +0100
committer hap <happppp@users.noreply.github.com>2015-02-03 14:24:25 +0100
commitd80aa44688ebb14791a07271cbd3227e11ff2802 (patch)
tree4d774070782a1854e01c0c852b73940e7fbdf76e
parenta66988b745fe2dfa9f6effc2280d1284f7158a0a (diff)
i had to revert this part, it doesn't work (incompatible or not needed anymore after Fabio's UI improvements)
-rw-r--r--src/emu/ui/selgame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui/selgame.c b/src/emu/ui/selgame.c
index 5183b1b5275..19e83a7dd54 100644
--- a/src/emu/ui/selgame.c
+++ b/src/emu/ui/selgame.c
@@ -157,7 +157,7 @@ void ui_menu_select_game::inkey_select(const ui_menu_event *menu_event)
media_auditor::summary summary = auditor.audit_media(AUDIT_VALIDATE_FAST);
// if everything looks good, schedule the new driver
- if (summary == media_auditor::CORRECT || summary == media_auditor::BEST_AVAILABLE || summary == media_auditor::NONE_NEEDED || summary == media_auditor::INCORRECT)
+ if (summary == media_auditor::CORRECT || summary == media_auditor::BEST_AVAILABLE || summary == media_auditor::NONE_NEEDED)
{
machine().manager().schedule_new_driver(*driver);
machine().schedule_hard_reset();