mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-23 19:59:16 +01:00
-hopefully fixed video problems correctly now
This commit is contained in:
parent
e32ad2d8ce
commit
067c730017
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user