summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-04-20 22:27:51 +0200
committer hap <happppp@users.noreply.github.com>2021-04-20 22:28:05 +0200
commit11ae1bb49316fa9ccd0bfc1f9d06feb8f54db0be (patch)
tree5c6995f41773d66f6b0c0ca91abfee1754b91b95
parent937b1fd8079946d1d2e6ad6f0ecb3c7d3d73a274 (diff)
clifront: -romident has no use for mediapath, but it does use hashpath
-rw-r--r--src/frontend/mame/clifront.cpp2
1 files changed, 1 insertions, 1 deletions
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<std::string> &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);