-hopefully fixed video problems correctly now

This commit is contained in:
fix94.1 2012-06-10 19:56:26 +00:00
parent e32ad2d8ce
commit 067c730017

View File

@ -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