mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
* fix more AES bugs
* fix ass-stupid bug with NWRAM mapping
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user