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:
death2droid 2009-06-09 01:03:03 +00:00
parent 2122da5cd2
commit 960bc97971

View file

@ -639,7 +639,7 @@ u8 ReadARAM(u32 _iAddress)
}
else
{
return g_ARAM[_iAddress & ARAM_MASK];
return g_ARAM[_iAddress];
}
}
else