mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-02-17 12:36:20 +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)
|
if(m_rmode == &TVPal576IntDfScale)
|
||||||
{
|
{
|
||||||
m_rmode = &TVPal574IntDfScale; //We may get some problems otherwise
|
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;
|
m_50hz = true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user