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.
This commit is contained in:
Pierre Bourdon 2014-02-23 23:27:57 +01:00
commit 68ce2cf453

View File

@ -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;