mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-28 05:37:36 -05:00
Initialize the audiocommon mixer on the first write to DSPCR, even if DSP is not enabled. Fixes issue 6192.
This commit is contained in:
@@ -273,7 +273,7 @@ u16 DSPHLE::DSP_WriteControlRegister(unsigned short _Value)
|
||||
UDSPControl Temp(_Value);
|
||||
if (!m_InitMixer)
|
||||
{
|
||||
if (!Temp.DSPHalt && Temp.DSPInit)
|
||||
if (!Temp.DSPHalt)
|
||||
{
|
||||
InitMixer();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user