summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video.h')
-rw-r--r--src/emu/video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video.h b/src/emu/video.h
index da602318588..7f031bd49ee 100644
--- a/src/emu/video.h
+++ b/src/emu/video.h
@@ -117,7 +117,7 @@ int video_screen_exists(int scrnum);
/* ----- global rendering ----- */
/* update the screen, handling frame skipping and rendering */
-void video_frame_update(void);
+void video_frame_update(int debug);
/* ----- throttling/frameskipping/performance ----- */