mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
Some roms not found means the set is bad, all roms not found means the set is not found. Whatever this change was for probably can and should be done a different way.
Revert "Not found should actually return not found"
This reverts commit c756043e55
.
This commit is contained in:
parent
0a06123a13
commit
f83d5bb767
@ -388,7 +388,6 @@ media_auditor::summary media_auditor::summarize(const char *name, std::string *o
|
||||
else
|
||||
output->append(string_format("NOT FOUND (%s)\n", shared_device->shortname()));
|
||||
}
|
||||
best_new_status = NOTFOUND;
|
||||
break;
|
||||
|
||||
case audit_record::SUBSTATUS_NOT_FOUND_NODUMP:
|
||||
|
Loading…
Reference in New Issue
Block a user