Skip to content

Commit

Permalink
VideoInterface: more sane defaults for m_PictureConfiguration.
Browse files Browse the repository at this point in the history
  • Loading branch information
magumagu committed Jun 6, 2014
1 parent db08f7b commit 1f3db19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Core/Core/HW/VideoInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ void Preset(bool _bNTSC)
m_InterruptRegister[1].IR_MASK = 1;
m_InterruptRegister[1].IR_INT = 0;

m_PictureConfiguration.STD = 40;
m_PictureConfiguration.WPL = 40;
m_PictureConfiguration.STD = 74;
m_PictureConfiguration.WPL = 37;

m_HBeamPos = -1; // NTSC-U N64 VC games check for a non-zero HBeamPos
m_VBeamPos = 0; // RG4JC0 checks for a zero VBeamPos
Expand Down

0 comments on commit 1f3db19

Please sign in to comment.