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