mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
AX: fix missing ramp of main surround channel
This commit is contained in:
parent
4b6a47396e
commit
048469f7c2
@ -307,6 +307,8 @@ AXMixControl AXUCode::ConvertMixerControl(u32 mixer_control)
|
||||
if (mixer_control & 0x0008)
|
||||
{
|
||||
ret |= MIX_L_RAMP | MIX_R_RAMP;
|
||||
if (ret & MIX_S)
|
||||
ret |= MIX_S_RAMP;
|
||||
if (ret & MIX_AUXA_L)
|
||||
ret |= MIX_AUXA_L_RAMP | MIX_AUXA_R_RAMP;
|
||||
if (ret & MIX_AUXB_L)
|
||||
|
Loading…
Reference in New Issue
Block a user