diff options
author | 2011-06-15 18:35:13 +0000 | |
---|---|---|
committer | 2011-06-15 18:35:13 +0000 | |
commit | d7beedfe7063f023a7405b433089e6fa27d929f4 (patch) | |
tree | 440f6a789cec58b49834c26f9da74005bbf0001c /src/emu/softlist.h | |
parent | 9a2b931d6d3e92732eb3db14be3416557ef0144f (diff) |
Made approx matches code to be used from one place (no whatsnew)
Diffstat (limited to 'src/emu/softlist.h')
-rw-r--r-- | src/emu/softlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); /********************************************************************* |