mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Preset the HBeam and VBeam to 0 on boot. Fixes Densha de Go Shinkansen EX.
Fixes issue 4882.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user