mirror of
https://github.com/holub/mame
synced 2025-06-29 07:34:45 +03:00
softlist: fixed inconsistent -listsoftware output. [phulshof]
This commit is contained in:
parent
9efdf6560a
commit
2943c5fc55
@ -1293,7 +1293,6 @@ void cli_frontend::listsoftware(const char *gamename)
|
||||
{
|
||||
software_list_device_iterator iter(drivlist.config().root_device());
|
||||
for (software_list_device *swlistdev = iter.first(); swlistdev != NULL; swlistdev = iter.next())
|
||||
if (swlistdev->list_type() == SOFTWARE_LIST_ORIGINAL_SYSTEM)
|
||||
if (list_map.add(swlistdev->list_name(), 0, false) != TMERR_DUPLICATE)
|
||||
if (swlistdev->first_software_info() != NULL)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user