mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Made all updates apply in DSP HLE
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1196 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -71,8 +71,8 @@ enum
|
||||
{
|
||||
ARAM_SIZE = 0x01000000, // 16 MB
|
||||
ARAM_MASK = 0x00FFFFFF,
|
||||
WII_MASK = 0x017FFFFF,
|
||||
WII_MEM2 = 0x03FFFFFF
|
||||
WII_MASK = 0x017FFFFF, // 24 MB
|
||||
WII_MEM2 = 0x03FFFFFF // 64 MB
|
||||
};
|
||||
|
||||
// UARAMCount
|
||||
|
Reference in New Issue
Block a user