aboutsummaryrefslogtreecommitdiff
path: root/src/DSi.cpp
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2019-06-20 01:36:10 +0200
committerArisotura <thetotalworm@gmail.com>2019-06-20 01:36:10 +0200
commit3d9e6c5c669c20893cd65cbbf3f293a315ab2225 (patch)
tree0851e9a4dd797a80c7fdd7eec2616e94efd59d80 /src/DSi.cpp
parent95f4c1472b5c3d08d82b42747da397c19d8916ec (diff)
* fix more AES bugs
* fix ass-stupid bug with NWRAM mapping
Diffstat (limited to 'src/DSi.cpp')
-rw-r--r--src/DSi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DSi.cpp b/src/DSi.cpp
index ab76a76..53c7135 100644
--- a/src/DSi.cpp
+++ b/src/DSi.cpp
@@ -52,8 +52,8 @@ u8 NWRAM_B[0x40000];
u8 NWRAM_C[0x40000];
u8* NWRAMMap_A[2][4];
-u8* NWRAMMap_B[3][4];
-u8* NWRAMMap_C[3][4];
+u8* NWRAMMap_B[3][8];
+u8* NWRAMMap_C[3][8];
u32 NWRAMStart[2][3];
u32 NWRAMEnd[2][3];