mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
make -console start console lua plugin (nw)
This commit is contained in:
parent
4ae4bf8bcf
commit
0ffd3b1427
@ -151,6 +151,11 @@ void mame_machine_manager::start_luaengine()
|
||||
}
|
||||
}
|
||||
}
|
||||
if (options().console()) {
|
||||
std::string error_string;
|
||||
m_plugins->set_value("console", "1", OPTION_PRIORITY_CMDLINE, error_string);
|
||||
}
|
||||
|
||||
m_lua->initialize();
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user