LordMark's zelda hack - now goes ingame without item hack and sound is great :)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3608 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2009-06-29 21:56:23 +00:00
parent 5064c0decc
commit 499ffa33c2
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ void CUCode_Zelda::MixAddVoice(ZeldaVoicePB &PB, s32* _LeftBuffer, s32* _RightBu
switch (PB.Format)
{
case 0x0005: // AFC / unknown
case 0x0021: // AFC / ADPCM???
case 0x0009: // AFC / ADPCM
MixAddVoice_AFC(PB, m_TempBuffer, _Size);
break;