Merge pull request #10785 from Pokechu22/dsp-halt-mail-initialize

DSPHLE: Properly reflect initial halt state in mail handler
This commit is contained in:
JMC47 2022-06-25 17:27:02 -04:00 committed by GitHub
commit 6173ba1d9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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();