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