mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-25 06:40:11 +00:00
DSPHLE: Set m_dsp_control to a consistent value in Initialize().
This commit is contained in:
parent
54125516bb
commit
83ba17fc25
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user