summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video.c')
-rw-r--r--src/emu/video.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/video.c b/src/emu/video.c
index 63c8e6d4b80..2cc4ff225f2 100644
--- a/src/emu/video.c
+++ b/src/emu/video.c
@@ -655,6 +655,9 @@ bool video_manager::finish_screen_updates()
if (screen->update_quads())
anything_changed = true;
+ // draw HUD from LUA callback (if any)
+ anything_changed |= machine().manager().lua()->frame_hook();
+
// update our movie recording and burn-in state
if (!machine().paused())
{