From 3564bfe8134ce6e1294a59212484e9ee487ab4f5 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Sun, 2 Nov 2014 11:44:50 +0100 Subject: start hooking up blargg's apu implementation to use as a reference. (not yet working) --- source/soundux.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/soundux.c') diff --git a/source/soundux.c b/source/soundux.c index 779cfc4..8f9b124 100644 --- a/source/soundux.c +++ b/source/soundux.c @@ -86,6 +86,8 @@ Super NES and Super Nintendo Entertainment System are trademarks of Nintendo Co., Limited and its subsidiary companies. *******************************************************************************/ +#ifndef USE_BLARGG_APU + #ifdef __DJGPP__ #include #undef TRUE @@ -1430,3 +1432,4 @@ void S9xPlaySample(int channel) } +#endif -- cgit v1.2.3