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:
smf- 2016-04-02 00:14:48 +01:00
parent 0a06123a13
commit f83d5bb767

View File

@ -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: