summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/clifront.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-04-15 14:00:01 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-04-15 14:10:47 +0200
commita83a3c4497f2e5c09d0deb7468bde645ffb3e89e (patch)
tree5639460e393afd309799e53d487d0ddd6d831032 /src/emu/clifront.cpp
parent685824106cf5a490b54685582f7d97c3a97afc47 (diff)
lower deps on clifront.h (nw)
Diffstat (limited to 'src/emu/clifront.cpp')
-rw-r--r--src/emu/clifront.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/clifront.cpp b/src/emu/clifront.cpp
index 803b8a4db76..4a718febd0e 100644
--- a/src/emu/clifront.cpp
+++ b/src/emu/clifront.cpp
@@ -1602,6 +1602,7 @@ void cli_frontend::execute_commands(const char *exename)
if (strcmp(m_options.command(), CLICOMMAND_VALIDATE) == 0)
{
validity_checker valid(m_options);
+ valid.set_validate_all(true);
const char *sysname = m_options.system_name();
bool result = valid.check_all_matching((sysname[0] == 0) ? "*" : sysname);
if (!result)