enable 480p for GameCube!

This commit is contained in:
dborth 2008-09-30 07:22:40 +00:00
parent cf171ce2bb
commit 580380c5f7

View File

@ -476,11 +476,18 @@ InitGCVideo ()
break;
}
#ifdef HW_DOL
/* we have component cables, but the preferred mode is interlaced
* why don't we switch into progressive?
* on the Wii, the user can do this themselves on their Wii Settings */
if(VIDEO_HaveComponentCable() && vmode == &TVNtsc480IntDf)
vmode = &TVNtsc480Prog;
#endif
// check for progressive scan
if (vmode->viTVMode == VI_TVMODE_NTSC_PROG)
progressive = true;
VIDEO_Configure (vmode);
screenheight = vmode->xfbHeight;