mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Oops
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1171 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -80,16 +80,13 @@ void CUCode_AXWii::HandleMail(u32 _uMail)
|
||||
|
||||
void CUCode_AXWii::MixAdd(short* _pBuffer, int _iSize)
|
||||
{
|
||||
LOG_(0, "MixAdd %08x", _CRC);
|
||||
if(_CRC == 0xfa450138)
|
||||
{
|
||||
LOG_(0, "THIS");
|
||||
AXParamBlockWii PBs[NUMBER_OF_PBS];
|
||||
MixAdd_( _pBuffer, _iSize, PBs);
|
||||
}
|
||||
else
|
||||
{
|
||||
LOG_(0, "else");
|
||||
AXParamBlockWii_ PBs[NUMBER_OF_PBS];
|
||||
MixAdd_(_pBuffer, _iSize, PBs);
|
||||
}
|
||||
|
Reference in New Issue
Block a user