mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
Fix no to display missing roms in case of not supported software (no whatsnew)
This commit is contained in:
parent
524f627a23
commit
30b6b77eeb
@ -1306,13 +1306,11 @@ void load_software_part_region(device_t *device, char *swlist, char *swname, rom
|
||||
{
|
||||
romdata->errorstring.catprintf("WARNING: support for software %s (in list %s) is only partial\n", swname, swlist);
|
||||
romdata->softwarningstring.catprintf("Support for software %s (in list %s) is only partial\n", swname, swlist);
|
||||
romdata->warnings++;
|
||||
}
|
||||
if (software_get_support(device->machine().options(), swlist, swname) == SOFTWARE_SUPPORTED_NO)
|
||||
{
|
||||
romdata->errorstring.catprintf("WARNING: support for software %s (in list %s) is only preliminary\n", swname, swlist);
|
||||
romdata->softwarningstring.catprintf("Support for software %s (in list %s) is only preliminary\n", swname, swlist);
|
||||
romdata->warnings++;
|
||||
}
|
||||
|
||||
/* loop until we hit the end */
|
||||
|
Loading…
Reference in New Issue
Block a user