mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 18:49:18 +01:00
revert forced PAL60 to off
This commit is contained in:
parent
88507f09db
commit
d52ef4570f
@ -281,7 +281,7 @@ void InitialiseVideo ()
|
|||||||
{
|
{
|
||||||
case VI_PAL: // 576 lines (PAL 50Hz)
|
case VI_PAL: // 576 lines (PAL 50Hz)
|
||||||
// force PAL60
|
// force PAL60
|
||||||
vmode = &TVEurgb60Hz480IntDf;
|
//vmode = &TVEurgb60Hz480IntDf;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case VI_NTSC:
|
case VI_NTSC:
|
||||||
@ -294,10 +294,9 @@ void InitialiseVideo ()
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HW_DOL
|
#ifdef HW_DOL
|
||||||
/* we have component cables, but the preferred mode is interlaced
|
/* we have component cables, why don't we switch into progressive?
|
||||||
* why don't we switch into progressive?
|
|
||||||
* on the Wii, the user can do this themselves on their Wii Settings */
|
* on the Wii, the user can do this themselves on their Wii Settings */
|
||||||
if(VIDEO_HaveComponentCable() && vmode == &TVNtsc480IntDf)
|
if(VIDEO_HaveComponentCable())
|
||||||
vmode = &TVNtsc480Prog;
|
vmode = &TVNtsc480Prog;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user