From fb9dddc360506352769efbc009b60e9471a609bf Mon Sep 17 00:00:00 2001 From: StapleButter Date: Mon, 27 Feb 2017 21:30:32 +0100 Subject: [PATCH] dumb copypasta bug of the year. --- GPU.h | 2 +- melonDS.depend | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GPU.h b/GPU.h index d1c91511..683384f7 100644 --- a/GPU.h +++ b/GPU.h @@ -328,7 +328,7 @@ T ReadVRAM_ARM7(u32 addr) template void WriteVRAM_ARM7(u32 addr, T val) { - u32 mask = VRAMMap_BOBJ[(addr >> 17) & 0x1]; + u32 mask = VRAMMap_ARM7[(addr >> 17) & 0x1]; if (mask & (1<<2)) *(T*)&VRAM_C[addr & 0x1FFFF] = val; if (mask & (1<<3)) *(T*)&VRAM_D[addr & 0x1FFFF] = val; diff --git a/melonDS.depend b/melonDS.depend index 09ab3c9c..17a4aea3 100644 --- a/melonDS.depend +++ b/melonDS.depend @@ -10,7 +10,7 @@ 1481161027 c:\documents\sources\melonds\types.h -1488225095 source:c:\documents\sources\melonds\nds.cpp +1488227258 source:c:\documents\sources\melonds\nds.cpp "NDS.h" @@ -125,7 +125,7 @@ "NDS.h" "GPU.h" -1488225864 c:\documents\sources\melonds\gpu.h +1488227363 c:\documents\sources\melonds\gpu.h "GPU2D.h" "GPU3D.h"