summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'video.h')
-rw-r--r--video.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/video.h b/video.h
index 9fed9c9..77a4068 100644
--- a/video.h
+++ b/video.h
@@ -83,6 +83,9 @@ extern int VideoSetGeometry(const char *);
/// Set 60Hz display mode.
extern void VideoSet60HzMode(int);
+ /// Set soft start audio/video sync.
+extern void VideoSetSoftStartSync(int);
+
/// Set video output position.
extern void VideoSetOutputPosition(int, int, int, int);