mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-11 19:39:09 +01:00
-re-added video setup after configure
This commit is contained in:
parent
4f2c21bee7
commit
04a2542ed6
@ -169,6 +169,13 @@ void __Disc_SetVMode(void)
|
|||||||
/* Set video mode */
|
/* Set video mode */
|
||||||
if (disc_vmode != 0)
|
if (disc_vmode != 0)
|
||||||
VIDEO_Configure(disc_vmode);
|
VIDEO_Configure(disc_vmode);
|
||||||
|
|
||||||
|
/* Setup video */
|
||||||
|
VIDEO_SetBlack(TRUE);
|
||||||
|
VIDEO_Flush();
|
||||||
|
VIDEO_WaitVSync();
|
||||||
|
if(disc_vmode->viTVMode & VI_NON_INTERLACE)
|
||||||
|
VIDEO_WaitVSync();
|
||||||
}
|
}
|
||||||
|
|
||||||
void __Disc_SetTime(void)
|
void __Disc_SetTime(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user