diff options
Diffstat (limited to 'source/ppu.c')
-rw-r--r-- | source/ppu.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |