summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/luaengine.h
diff options
context:
space:
mode:
author feos <feos-theos@yandex.ru>2019-09-24 23:46:50 +0300
committer feos <feos-theos@yandex.ru>2019-09-24 23:48:08 +0300
commit66234b509ce98b26ae776f99ae1f4910282f1557 (patch)
treebff49aa5a425ea50b317b02e9604f5f0d09d1cc1 /src/frontend/mame/luaengine.h
parentec4b8b2fa4db449ac7e2a683db953e93026c04cc (diff)
callback after sound update has generated new samples
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 4315fe37aa4..820f5a0baf3 100644
--- a/src/frontend/mame/luaengine.h
+++ b/src/frontend/mame/luaengine.h
@@ -49,6 +49,7 @@ public:
std::vector<std::string> &get_menu() { return m_menu; }
void attach_notifiers();
void on_frame_done();
+ void on_sound_update();
void on_periodic();
bool on_missing_mandatory_image(const std::string &instance_name);
void on_machine_before_load_settings();