This should fix the No Sound Problem in GC & Non-AX games.

Besides, this should also fix the WAD game loading issue.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4617 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
ayuanx
2009-11-27 17:39:37 +00:00
parent 155719dc36
commit f69184b887
4 changed files with 33 additions and 12 deletions

View File

@ -184,7 +184,7 @@ void CUCode_AXWii::MixAdd_(short* _pBuffer, int _iSize, ParamBlockType &PB)
if (!ReadOutPBWii(blockAddr, PB))
break;
ProcessUpdates(PB);
MixAddVoice(PB, templbuffer, temprbuffer, _iSize, true);
MixAddVoice(PB, templbuffer, temprbuffer, _iSize, true, _CRC);
if (!WriteBackPBWii(blockAddr, PB))
break;