diff options
| author | hrydgard <hrydgard@gmail.com> | 2009-06-29 21:56:23 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2009-06-29 21:56:23 +0000 |
| commit | 499ffa33c20b2bc97f032a8a46f796e3d27ae9ce (patch) | |
| tree | a3db8371d71c9880232e6ca01633fd80c0193eb3 /Source | |
| parent | 5064c0decc59f4b40e0cf1264ab6712de227b966 (diff) | |
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
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda_Voice.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda_Voice.cpp b/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda_Voice.cpp index 8e87b0de19..319ed3b2ef 100644 --- a/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda_Voice.cpp +++ b/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda_Voice.cpp @@ -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;
|
