From 6ce760ccd807545ff77722baca338c4d56833608 Mon Sep 17 00:00:00 2001 From: Johns Date: Wed, 22 Feb 2012 15:06:05 +0100 Subject: 60Hz display mode configurable with setup.conf. --- video.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'video.c') diff --git a/video.c b/video.c index a147988..9f8575e 100644 --- a/video.c +++ b/video.c @@ -8914,6 +8914,17 @@ int VideoSetGeometry(const char *geometry) return 0; } +/// Set 60hz display mode. +/// +/// Pull up 50 Hz video for 60 Hz display. +/// +/// @param onoff enable / disable the 60 Hz mode. +/// +void VideoSet60HzMode(int onoff) +{ + Video60HzMode = onoff; +} + /// /// Set video output position. /// -- cgit v1.2.3