mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DSPHLE: Set m_dsp_control to a consistent value in Initialize().
This commit is contained in:
@ -23,6 +23,8 @@ bool DSPHLE::Initialize(bool wii, bool dsp_thread)
|
|||||||
m_last_ucode = nullptr;
|
m_last_ucode = nullptr;
|
||||||
|
|
||||||
SetUCode(UCODE_ROM);
|
SetUCode(UCODE_ROM);
|
||||||
|
|
||||||
|
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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user