From 11ae1bb49316fa9ccd0bfc1f9d06feb8f54db0be Mon Sep 17 00:00:00 2001 From: hap Date: Tue, 20 Apr 2021 22:27:51 +0200 Subject: clifront: -romident has no use for mediapath, but it does use hashpath --- src/frontend/mame/clifront.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/mame/clifront.cpp b/src/frontend/mame/clifront.cpp index 2adb4e3ecc1..661337e4b51 100644 --- a/src/frontend/mame/clifront.cpp +++ b/src/frontend/mame/clifront.cpp @@ -1442,7 +1442,7 @@ void cli_frontend::romident(const std::vector &args) // create our own copy of options for the purposes of ROM identification // so we are not "polluted" with driver-specific slot/image options emu_options options; - options.set_value(OPTION_MEDIAPATH, m_options.media_path(), OPTION_PRIORITY_DEFAULT); + options.set_value(OPTION_HASHPATH, m_options.hash_path(), OPTION_PRIORITY_DEFAULT); media_identifier ident(options); -- cgit v1.2.3