diff options
| author | John Peterson <jpeterson57@gmail.com> | 2008-11-17 16:59:20 +0000 |
|---|---|---|
| committer | John Peterson <jpeterson57@gmail.com> | 2008-11-17 16:59:20 +0000 |
| commit | d463c3b6f40e4012fd09d79fe1e3f974524fd5fa (patch) | |
| tree | a846fdeb96be647334f4099a141a08b45aed03d5 /Source/Core | |
| parent | a88a644602b5451a07df6e19d9eea36b9fca18fc (diff) | |
Made all updates apply in DSP HLE
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1196 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/Src/HW/DSP.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/Core/Src/HW/DSP.cpp b/Source/Core/Core/Src/HW/DSP.cpp index d3bdc5f4d3..81c480c8de 100644 --- a/Source/Core/Core/Src/HW/DSP.cpp +++ b/Source/Core/Core/Src/HW/DSP.cpp @@ -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
|
