Merge pull request #2731 from skidau/PAL-Progressive

Removed the ability for PAL televisions to be set to progressive mode.
This commit is contained in:
skidau 2015-07-10 16:00:23 +10:00
commit c70f3f4b45
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ void Preset(bool _bNTSC)
m_VBeamPos = 0; // RG4JC0 checks for a zero VBeamPos
// 54MHz, capable of progressive scan
m_Clock = SConfig::GetInstance().bProgressive;
m_Clock = SConfig::GetInstance().bNTSC;
// Say component cable is plugged
m_DTVStatus.component_plugged = SConfig::GetInstance().bProgressive;