mirror of
https://github.com/holub/mame
synced 2025-05-23 14:19:01 +03:00
Soflist will now load only items from original system by default.
For compatible softlists list name must be explicitly written. (no whatsnew)
This commit is contained in:
parent
154608080b
commit
2603119e65
@ -1003,7 +1003,7 @@ bool load_software_part(device_image_interface *image, const char *path, softwar
|
||||
{
|
||||
swlist_name = swlist->list_name[i-DEVINFO_STR_SWLIST_0];
|
||||
|
||||
if ( swlist_name && *swlist_name )
|
||||
if ( swlist_name && *swlist_name && (swlist->list_type == SOFTWARE_LIST_ORIGINAL_SYSTEM))
|
||||
{
|
||||
if ( software_list_ptr )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user