mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
i had to revert this part, it doesn't work (incompatible or not needed anymore after Fabio's UI improvements)
This commit is contained in:
parent
a66988b745
commit
d80aa44688
@ -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);
|
media_auditor::summary summary = auditor.audit_media(AUDIT_VALIDATE_FAST);
|
||||||
|
|
||||||
// if everything looks good, schedule the new driver
|
// 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().manager().schedule_new_driver(*driver);
|
||||||
machine().schedule_hard_reset();
|
machine().schedule_hard_reset();
|
||||||
|
Loading…
Reference in New Issue
Block a user