From d7beedfe7063f023a7405b433089e6fa27d929f4 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 15 Jun 2011 18:35:13 +0000 Subject: Made approx matches code to be used from one place (no whatsnew) --- src/emu/softlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/softlist.h') diff --git a/src/emu/softlist.h b/src/emu/softlist.h index 92ebc2f2b0f..a120fb1b30a 100644 --- a/src/emu/softlist.h +++ b/src/emu/softlist.h @@ -114,7 +114,7 @@ const char *software_part_get_feature(software_part *part, const char *feature_n bool load_software_part(device_image_interface *image, const char *path, software_info **sw_info, software_part **sw_part, char **full_sw_name); -void software_list_find_approx_matches(software_list *swlist, const char *name, int matches, software_info **list, const char* interface); +void software_display_matches(const device_list &devlist, emu_options &options,const char *interface,const char *swname_bckp); /********************************************************************* -- cgit v1.2.3-70-g09d2