fix GC compile

This commit is contained in:
dborth 2008-11-06 07:08:27 +00:00
parent 7740c1c0a2
commit 68ec3c9515

View File

@ -305,12 +305,14 @@ void InitialiseVideo ()
if (vmode->viTVMode == VI_TVMODE_NTSC_PROG)
progressive = true;
#ifdef HW_RVL
// widescreen fix
if(CONF_GetAspectRatio())
{
vmode->viWidth = 678;
vmode->viXOrigin = (VI_MAX_WIDTH_PAL - 678) / 2;
}
#endif
VIDEO_Configure(vmode);