Added comment that Addr__AXOutSBuffer_2 contains the destination address for mixing in RAM.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@758 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2008-10-03 18:59:57 +00:00
parent 655bc23322
commit d162fa6ade
1 changed files with 3 additions and 0 deletions

View File

@ -523,6 +523,9 @@ bool CUCode_AX::AXTask(u32& _uMail)
case 0x000e:
Addr__AXOutSBuffer_1 = Memory_Read_U32(uAddress);
uAddress += 4;
// Addr__AXOutSBuffer_2 is the address in RAM that we are supposed to mix to.
// Although we don't, currently.
Addr__AXOutSBuffer_2 = Memory_Read_U32(uAddress);
uAddress += 4;
DebugLog("AXLIST sbuf2 addresses: %08x %08x", Addr__AXOutSBuffer_1, Addr__AXOutSBuffer_2);