From 720ddd2222c95350ae8f3608e1de504e85157dc1 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Mon, 12 Apr 2021 07:11:40 +0300 Subject: [PATCH] minor foo --- src/gamescr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gamescr.c b/src/gamescr.c index 3941883..1e715bf 100644 --- a/src/gamescr.c +++ b/src/gamescr.c @@ -7,8 +7,6 @@ #include "intr.h" #include "debug.h" -static unsigned char *tex;//[32 * 32] __attribute__((section(".iwram"))); - void gamescr(void) { int i, j, tx, ty, angle, depth, nframes, backbuf, zoffs; @@ -16,6 +14,7 @@ void gamescr(void) uint16_t *cdst, *top, *bot; unsigned char *csrc; uint32_t tun, *tunptr; + unsigned char *tex; REG_DISPCNT = 4 | DISPCNT_BG2 | DISPCNT_FB1; -- 1.7.10.4