summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/mame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/mame.h')
-rw-r--r--src/frontend/mame/mame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/mame/mame.h b/src/frontend/mame/mame.h
index 36a284ed978..041612de758 100644
--- a/src/frontend/mame/mame.h
+++ b/src/frontend/mame/mame.h
@@ -50,6 +50,8 @@ public:
virtual void ui_initialize(running_machine& machine) override;
+ virtual void before_load_settings(running_machine& machine) override;
+
std::vector<std::reference_wrapper<const std::string>> missing_mandatory_images();
/* execute as configured by the OPTION_SYSTEMNAME option on the specified options */