aboutsummaryrefslogtreecommitdiff
path: root/source/ppu.c
diff options
context:
space:
mode:
authorAlcaro2017-01-17 00:37:18 +0100
committerGitHub2017-01-17 00:37:18 +0100
commit6e9a6c9b040035cdc7d015b8bdb21e920c811dca (patch)
tree73e7755d117b8dd9eea499977c632727deb20d00 /source/ppu.c
parent7ed90abe19954aaf1fa56657a08e3cae4c8a67ce (diff)
parentcbbfa871ae3d9db3852d9122a6d8355896c073ed (diff)
downloadsnes9x2005-6e9a6c9b040035cdc7d015b8bdb21e920c811dca.tar.gz
snes9x2005-6e9a6c9b040035cdc7d015b8bdb21e920c811dca.tar.bz2
snes9x2005-6e9a6c9b040035cdc7d015b8bdb21e920c811dca.zip
Merge pull request #26 from jamsilva/master
Cleanups v2
Diffstat (limited to 'source/ppu.c')
-rw-r--r--source/ppu.c2
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;