must have been some kind of freudian slip...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3618 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
92e2f8b6ee
commit
5990843c10
|
@ -296,12 +296,12 @@ void CUCode_Zelda::MixAddVoice(ZeldaVoicePB &PB, s32* _LeftBuffer, s32* _RightBu
|
|||
case 0x0008:
|
||||
case 0x0020:
|
||||
case 0x0021:
|
||||
WARN_LOG(DSPLLE, "Unimplemented MixAddVoice format in zelda %04x", PB.Format);
|
||||
WARN_LOG(DSPHLE, "Unimplemented MixAddVoice format in zelda %04x", PB.Format);
|
||||
break;
|
||||
|
||||
default:
|
||||
// TODO: Implement general decoder here
|
||||
ERROR_LOG(DSPLLE, "Unknown MixAddVoice format in zelda %04x", PB.Format);
|
||||
ERROR_LOG(DSPHLE, "Unknown MixAddVoice format in zelda %04x", PB.Format);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue