From 067c7300174efeccb4153671458b410ae0ca7797 Mon Sep 17 00:00:00 2001 From: "fix94.1" Date: Sun, 10 Jun 2012 19:56:26 +0000 Subject: [PATCH] -hopefully fixed video problems correctly now --- source/gui/video.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/gui/video.cpp b/source/gui/video.cpp index 11e33ae8..d109a03d 100644 --- a/source/gui/video.cpp +++ b/source/gui/video.cpp @@ -118,6 +118,11 @@ void CVideo::init(void) if(m_rmode == &TVPal576IntDfScale) { m_rmode = &TVPal574IntDfScale; //We may get some problems otherwise + VIDEO_Configure(m_rmode); + VIDEO_Flush(); + m_rmode = &TVPal576IntDfScale; + VIDEO_Configure(m_rmode); + VIDEO_Flush(); m_50hz = true; } else