diff options
author | 2019-12-17 15:41:15 +1100 | |
---|---|---|
committer | 2019-12-17 15:41:15 +1100 | |
commit | 6679a78dcad1374c6b42b0fc09838f2dc9efa92c (patch) | |
tree | b4ad7f084df1727e7e019b950f4a35ac9aefc0fc /src/emu/emuopts.cpp | |
parent | 82f65e93b4043438ed760c54307acde369c147e4 (diff) | |
parent | a91d1faee843b7835009aa041fcdcbeac399b2bf (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/emu/emuopts.cpp')
-rw-r--r-- | src/emu/emuopts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/emuopts.cpp b/src/emu/emuopts.cpp index 1c664875e8d..aac1704347a 100644 --- a/src/emu/emuopts.cpp +++ b/src/emu/emuopts.cpp @@ -1056,7 +1056,7 @@ void emu_options::command_argument_processed() { // some command line arguments require that the system name be set, so we can get slot options if (command_arguments().size() == 1 && !core_iswildstr(command_arguments()[0].c_str()) && - (command() == "listdevices" || (command() == "listslots") || (command() == "listmedia"))) + (command() == "listdevices" || (command() == "listslots") || (command() == "listmedia") || (command() == "listsoftware"))) { set_system_name(command_arguments()[0]); } |