mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
clifront.c: allow -romident to properly handle zipfiles inside a directory [Fabio Priuli]
This commit is contained in:
parent
9d51f048cc
commit
99a292585f
@ -1741,7 +1741,7 @@ void media_identifier::identify(const char *filename)
|
||||
if (entry->type == ENTTYPE_FILE)
|
||||
{
|
||||
astring curfile(filename, PATH_SEPARATOR, entry->name);
|
||||
identify_file(curfile);
|
||||
identify(curfile);
|
||||
}
|
||||
|
||||
// close the directory and be done
|
||||
|
Loading…
Reference in New Issue
Block a user