diff options
| author | 2010-07-20 09:10:26 +0000 | |
|---|---|---|
| committer | 2010-07-20 09:10:26 +0000 | |
| commit | 2603119e65c11e10837489d57496b11fba5f0ca3 (patch) | |
| tree | 52ee89261d93cd4dbccf347244443136bd9b73eb | |
| parent | 154608080b388d4948fc098effbeab45453299cf (diff) | |
Soflist will now load only items from original system by default.
For compatible softlists list name must be explicitly written. (no whatsnew)
| -rw-r--r-- | src/emu/softlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { |
