mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-22 04:24:56 +00:00
Oops, forgot a memset which removed all AUX effects
This commit is contained in:
parent
a630357c9e
commit
f84f15c5bf
1 changed files with 0 additions and 1 deletions
|
@ -356,7 +356,6 @@ void CUCode_NewAX::MixAUXSamples(bool AUXA, u32 write_addr, u32 read_addr)
|
|||
buffers[2][i] = Common::swap32(m_samples_auxB_surround[i]);
|
||||
}
|
||||
}
|
||||
memset(buffers, 0, sizeof (buffers));
|
||||
memcpy(HLEMemory_Get_Pointer(write_addr), buffers, sizeof (buffers));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue