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:
parent
5064c0decc
commit
499ffa33c2
|
@ -279,6 +279,7 @@ void CUCode_Zelda::MixAddVoice(ZeldaVoicePB &PB, s32* _LeftBuffer, s32* _RightBu
|
||||||
switch (PB.Format)
|
switch (PB.Format)
|
||||||
{
|
{
|
||||||
case 0x0005: // AFC / unknown
|
case 0x0005: // AFC / unknown
|
||||||
|
case 0x0021: // AFC / ADPCM???
|
||||||
case 0x0009: // AFC / ADPCM
|
case 0x0009: // AFC / ADPCM
|
||||||
MixAddVoice_AFC(PB, m_TempBuffer, _Size);
|
MixAddVoice_AFC(PB, m_TempBuffer, _Size);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue