Previous 199869 Revisions Next

r34819 Tuesday 3rd February, 2015 at 13:24:25 UTC by hap
i had to revert this part, it doesn't work (incompatible or not needed anymore after Fabio's UI improvements)
[src/emu/ui]selgame.c

trunk/src/emu/ui/selgame.c
r243330r243331
157157      media_auditor::summary summary = auditor.audit_media(AUDIT_VALIDATE_FAST);
158158
159159      // if everything looks good, schedule the new driver
160      if (summary == media_auditor::CORRECT || summary == media_auditor::BEST_AVAILABLE || summary == media_auditor::NONE_NEEDED || summary == media_auditor::INCORRECT)
160      if (summary == media_auditor::CORRECT || summary == media_auditor::BEST_AVAILABLE || summary == media_auditor::NONE_NEEDED)
161161      {
162162         machine().manager().schedule_new_driver(*driver);
163163         machine().schedule_hard_reset();


Previous 199869 Revisions Next


© 1997-2024 The MAME Team