mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
AX: fix missing ramp of main surround channel
This commit is contained in:
parent
4b6a47396e
commit
048469f7c2
1 changed files with 2 additions and 0 deletions
|
@ -307,6 +307,8 @@ AXMixControl AXUCode::ConvertMixerControl(u32 mixer_control)
|
||||||
if (mixer_control & 0x0008)
|
if (mixer_control & 0x0008)
|
||||||
{
|
{
|
||||||
ret |= MIX_L_RAMP | MIX_R_RAMP;
|
ret |= MIX_L_RAMP | MIX_R_RAMP;
|
||||||
|
if (ret & MIX_S)
|
||||||
|
ret |= MIX_S_RAMP;
|
||||||
if (ret & MIX_AUXA_L)
|
if (ret & MIX_AUXA_L)
|
||||||
ret |= MIX_AUXA_L_RAMP | MIX_AUXA_R_RAMP;
|
ret |= MIX_AUXA_L_RAMP | MIX_AUXA_R_RAMP;
|
||||||
if (ret & MIX_AUXB_L)
|
if (ret & MIX_AUXB_L)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue