diff options
Diffstat (limited to 'src/frontend/mame/mame.cpp')
-rw-r--r-- | src/frontend/mame/mame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/mame.cpp b/src/frontend/mame/mame.cpp index 31d8fb447e0..c8e73eba670 100644 --- a/src/frontend/mame/mame.cpp +++ b/src/frontend/mame/mame.cpp @@ -155,7 +155,7 @@ void mame_machine_manager::start_luaengine() std::string error_string; m_plugins->set_value("console", "1", OPTION_PRIORITY_CMDLINE, error_string); } - + m_lua->initialize(); { |