Preset the HBeam and VBeam to 0 on boot. Fixes Densha de Go Shinkansen EX.
Fixes issue 4882.
This commit is contained in:
parent
0a5f479250
commit
4cc4abfe25
|
@ -144,8 +144,8 @@ void Preset(bool _bNTSC)
|
||||||
m_HorizontalStepping.FbSteps = 40;
|
m_HorizontalStepping.FbSteps = 40;
|
||||||
m_HorizontalStepping.FieldSteps = 40;
|
m_HorizontalStepping.FieldSteps = 40;
|
||||||
|
|
||||||
m_HBeamPos = 1;
|
m_HBeamPos = 0;
|
||||||
m_VBeamPos = 1;
|
m_VBeamPos = 0;
|
||||||
|
|
||||||
// 54MHz, capable of progressive scan
|
// 54MHz, capable of progressive scan
|
||||||
m_Clock = Core::g_CoreStartupParameter.bProgressive;
|
m_Clock = Core::g_CoreStartupParameter.bProgressive;
|
||||||
|
|
Loading…
Reference in New Issue