Skip to content
Permalink
Browse files
Merge pull request #10785 from Pokechu22/dsp-halt-mail-initialize
DSPHLE: Properly reflect initial halt state in mail handler
  • Loading branch information
JMC47 committed Jun 25, 2022
2 parents b30e1c5 + 9675faa commit 6173ba1
Showing 1 changed file with 1 addition and 0 deletions.
@@ -28,6 +28,7 @@ bool DSPHLE::Initialize(bool wii, bool dsp_thread)
m_dsp_control.Hex = 0;
m_dsp_control.DSPHalt = 1;
m_dsp_control.DSPInit = 1;
m_mail_handler.SetHalted(m_dsp_control.DSPHalt);

m_dsp_state.Reset();

0 comments on commit 6173ba1

Please sign in to comment.