mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
Removed the ability for PAL televisions to be set to progressive mode.
This commit is contained in:
parent
761cb6a99a
commit
6d2f85f183
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ void Preset(bool _bNTSC)
|
||||||
m_VBeamPos = 0; // RG4JC0 checks for a zero VBeamPos
|
m_VBeamPos = 0; // RG4JC0 checks for a zero VBeamPos
|
||||||
|
|
||||||
// 54MHz, capable of progressive scan
|
// 54MHz, capable of progressive scan
|
||||||
m_Clock = SConfig::GetInstance().bProgressive;
|
m_Clock = SConfig::GetInstance().bNTSC;
|
||||||
|
|
||||||
// Say component cable is plugged
|
// Say component cable is plugged
|
||||||
m_DTVStatus.component_plugged = SConfig::GetInstance().bProgressive;
|
m_DTVStatus.component_plugged = SConfig::GetInstance().bProgressive;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue