aboutsummaryrefslogtreecommitdiff
path: root/source/apu.c
diff options
context:
space:
mode:
authortwinaphex2016-08-08 05:20:28 +0200
committertwinaphex2016-08-08 05:20:28 +0200
commit27e31e6ae6d27c3bb528ef30c3cf38ff50f8b42f (patch)
tree54996f860a9944a3146ae863b06cdf790ad66dba /source/apu.c
parent69d757c58d5d32363ba38bba4139053ea62f2ad8 (diff)
downloadsnes9x2005-27e31e6ae6d27c3bb528ef30c3cf38ff50f8b42f.tar.gz
snes9x2005-27e31e6ae6d27c3bb528ef30c3cf38ff50f8b42f.tar.bz2
snes9x2005-27e31e6ae6d27c3bb528ef30c3cf38ff50f8b42f.zip
Remove DJGPP ifdefs
Diffstat (limited to 'source/apu.c')
-rw-r--r--source/apu.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/apu.c b/source/apu.c
index d3dce48..5f24cad 100644
--- a/source/apu.c
+++ b/source/apu.c
@@ -89,11 +89,6 @@
#ifndef USE_BLARGG_APU
-#ifdef __DJGPP
-#include <allegro.h>
-#undef true
-#endif
-
#include "snes9x.h"
#include "spc700.h"
#include "apu.h"