mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Merge pull request #10785 from Pokechu22/dsp-halt-mail-initialize
DSPHLE: Properly reflect initial halt state in mail handler
This commit is contained in:
commit
6173ba1d9c
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ bool DSPHLE::Initialize(bool wii, bool dsp_thread)
|
||||||
m_dsp_control.Hex = 0;
|
m_dsp_control.Hex = 0;
|
||||||
m_dsp_control.DSPHalt = 1;
|
m_dsp_control.DSPHalt = 1;
|
||||||
m_dsp_control.DSPInit = 1;
|
m_dsp_control.DSPInit = 1;
|
||||||
|
m_mail_handler.SetHalted(m_dsp_control.DSPHalt);
|
||||||
|
|
||||||
m_dsp_state.Reset();
|
m_dsp_state.Reset();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue