Just a small fix to sound in Wii games.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3384 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
2122da5cd2
commit
960bc97971
|
@ -639,7 +639,7 @@ u8 ReadARAM(u32 _iAddress)
|
|||
}
|
||||
else
|
||||
{
|
||||
return g_ARAM[_iAddress & ARAM_MASK];
|
||||
return g_ARAM[_iAddress];
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue