summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/luaengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/luaengine.h')
-rw-r--r--src/frontend/mame/luaengine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/mame/luaengine.h b/src/frontend/mame/luaengine.h
index b5938d2aee8..4315fe37aa4 100644
--- a/src/frontend/mame/luaengine.h
+++ b/src/frontend/mame/luaengine.h
@@ -51,6 +51,7 @@ public:
void on_frame_done();
void on_periodic();
bool on_missing_mandatory_image(const std::string &instance_name);
+ void on_machine_before_load_settings();
template<typename T, typename U>
bool call_plugin(const std::string &name, const T in, U &out)