Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #103 from lioncash/mixaux-correction
Pass 1, not false to MixAUXSamples' case "CMD_MIX_AUXB_NOWRITE" as the aux ID in UCode_AX.cpp.
  • Loading branch information
delroth committed Feb 23, 2014
2 parents 99db9f0 + e71db8f commit 68ce2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/HW/DSPHLE/UCodes/UCode_AX.cpp
Expand Up @@ -208,7 +208,7 @@ void CUCode_AX::HandleCommandList()
case CMD_MIX_AUXB_NOWRITE:
addr_hi = m_cmdlist[curr_idx++];
addr_lo = m_cmdlist[curr_idx++];
MixAUXSamples(false, 0, HILO_TO_32(addr));
MixAUXSamples(1, 0, HILO_TO_32(addr));
break;

case CMD_COMPRESSOR_TABLE_ADDR: curr_idx += 2; break;
Expand Down

0 comments on commit 68ce2cf

Please sign in to comment.