mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 16:59:13 +00:00
DSPHLE/Zelda: fix use of wrong reverb buffer
This commit is contained in:
parent
ca69c60e1b
commit
594b55c448
1 changed files with 1 additions and 1 deletions
|
@ -991,7 +991,7 @@ void ZeldaAudioRenderer::PrepareFrame()
|
|||
0xB820);
|
||||
AddBuffersWithVolume(m_buf_front_left_reverb.data(), m_buf_back_right_reverb.data() + 0x28, 0x28,
|
||||
0xB820);
|
||||
AddBuffersWithVolume(m_buf_front_right_reverb.data(), m_buf_back_left_reverb.data() + 0x28, 0x28,
|
||||
AddBuffersWithVolume(m_buf_front_right_reverb.data(), m_buf_back_right_reverb.data() + 0x28, 0x28,
|
||||
0x7FFF);
|
||||
m_buf_back_left_reverb.fill(0);
|
||||
m_buf_back_right_reverb.fill(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue