summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video.c b/video.c
index b804288..04494fe 100644
--- a/video.c
+++ b/video.c
@@ -1320,7 +1320,7 @@ render_scanline_affine_builder(transparent, alpha);
const u32 pixel_combine = 0; \
u8 *src_ptr = vram; \
if(io_registers[REG_DISPCNT] & 0x10) \
- src_ptr += vram + 0xA000; \
+ src_ptr = vram + 0xA000; \
#else