From 891921fd3938088c41d61bd49edd9ce99469a1d9 Mon Sep 17 00:00:00 2001 From: Milang Date: Sat, 17 Aug 2019 20:07:59 +0200 Subject: [PATCH] f*ck dma again --- src/FxEngine/zbuffer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/FxEngine/zbuffer.c b/src/FxEngine/zbuffer.c index cfed696..9a06cca 100644 --- a/src/FxEngine/zbuffer.c +++ b/src/FxEngine/zbuffer.c @@ -35,7 +35,6 @@ static const uint32_t size_blocks = size_char/32; **/ static int32_t* address=0; static int32_t* clearval=0; -static const int32_t clearval[8]={3000,3000,3000,3000,3000,3000,3000,3000}; #define ALIGN 32 static void* buffer_malloc(uint_fast16_t size)