This commit is contained in:
dborth 2012-04-28 16:13:03 +00:00
parent 14f4cd2cc0
commit f8caf2e9df

View File

@ -400,7 +400,7 @@ static GXRModeObj * FindVideoMode()
mode = &TVNtsc480Prog; mode = &TVNtsc480Prog;
break; break;
case 3: // PAL (50Hz) case 3: // PAL (50Hz)
mode = &TVPal574IntDfScale; mode = &TVPal576IntDfScale;
break; break;
case 4: // PAL (60Hz) case 4: // PAL (60Hz)
mode = &TVEurgb60Hz480IntDf; mode = &TVEurgb60Hz480IntDf;
@ -408,9 +408,6 @@ static GXRModeObj * FindVideoMode()
default: default:
mode = VIDEO_GetPreferredMode(NULL); mode = VIDEO_GetPreferredMode(NULL);
if(mode == &TVPal528IntDf)
mode = &TVPal574IntDfScale;
#ifdef HW_DOL #ifdef HW_DOL
/* we have component cables, but the preferred mode is interlaced /* we have component cables, but the preferred mode is interlaced
* why don't we switch into progressive? * why don't we switch into progressive?