From cbbfa871ae3d9db3852d9122a6d8355896c073ed Mon Sep 17 00:00:00 2001 From: João Silva Date: Mon, 16 Jan 2017 22:39:57 +0000 Subject: Many cleanups. --- source/ppu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/ppu.c') diff --git a/source/ppu.c b/source/ppu.c index bc94e6e..8dcb52b 100644 --- a/source/ppu.c +++ b/source/ppu.c @@ -7,7 +7,6 @@ #include "missing.h" #include "apu.h" #include "dma.h" -#include "gfx.h" #include "display.h" #include "sa1.h" #include "sdd1.h" @@ -17,6 +16,7 @@ #include "fxemu.h" #include "fxinst.h" extern struct FxInit_s SuperFX; +extern uint8_t mul_brightness [16][32]; uint32_t justifiers = 0xFFFF00AA; uint8_t in_bit = 0; -- cgit v1.2.3