Preset the HBeam and VBeam to 0 on boot. Fixes Densha de Go Shinkansen EX.

Fixes issue 4882.
This commit is contained in:
skidau 2013-01-20 16:11:15 +11:00
parent 0a5f479250
commit 4cc4abfe25

View File

@ -144,8 +144,8 @@ void Preset(bool _bNTSC)
m_HorizontalStepping.FbSteps = 40;
m_HorizontalStepping.FieldSteps = 40;
m_HBeamPos = 1;
m_VBeamPos = 1;
m_HBeamPos = 0;
m_VBeamPos = 0;
// 54MHz, capable of progressive scan
m_Clock = Core::g_CoreStartupParameter.bProgressive;