summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/luaengine.h
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2019-09-25 17:01:44 -0400
committer GitHub <noreply@github.com>2019-09-25 17:01:44 -0400
commit133cbc344e2c03742d194fb7d5a6e00e1b1e4b19 (patch)
tree27b2d7f1615695a504f1d633c0316574f40bef6f /src/frontend/mame/luaengine.h
parent21ad25e4c4d35fd629e75f8bce01685ce27d0d41 (diff)
parent66234b509ce98b26ae776f99ae1f4910282f1557 (diff)
Merge pull request #5683 from vadosnaprimer/sound_callback
Lua 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();