From 2603119e65c11e10837489d57496b11fba5f0ca3 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 20 Jul 2010 09:10:26 +0000 Subject: Soflist will now load only items from original system by default. For compatible softlists list name must be explicitly written. (no whatsnew) --- src/emu/softlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/softlist.c b/src/emu/softlist.c index 167d41dcdd3..fb1792964ca 100644 --- a/src/emu/softlist.c +++ b/src/emu/softlist.c @@ -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 ) { -- cgit v1.2.3