mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +01:00
This commit is contained in:
parent
14f4cd2cc0
commit
f8caf2e9df
@ -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?
|
||||||
|
Loading…
Reference in New Issue
Block a user