From 7077e9821593b2c9b78830c4cc5055c6a79cdd69 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Mon, 3 Nov 2014 11:11:05 +0100 Subject: can build with USE_BLARGG_APU enabled, still not working. --- source/apu_blargg.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'source/apu_blargg.c') diff --git a/source/apu_blargg.c b/source/apu_blargg.c index c2afa9b..78b4c25 100644 --- a/source/apu_blargg.c +++ b/source/apu_blargg.c @@ -182,12 +182,16 @@ #include #include "blargg_endian.h" -#include "apu.h" +#include "apu_blargg.h" #include "snes9x.h" -#include "snapshot.h" +//#include "snapshot.h" #include "display.h" +#ifndef INLINE +#define INLINE inline +#endif + /*********************************************************************************** SPC DSP ***********************************************************************************/ -- cgit v1.2.3