mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 09:35:35 +00:00
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…
x
Reference in New Issue
Block a user