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.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/soundux.h') diff --git a/source/soundux.h b/source/soundux.h index 8ba2fd8..e901c2b 100644 --- a/source/soundux.h +++ b/source/soundux.h @@ -86,6 +86,9 @@ Super NES and Super Nintendo Entertainment System are trademarks of Nintendo Co., Limited and its subsidiary companies. *******************************************************************************/ + +#ifndef USE_BLARGG_APU + #ifndef _SOUND_H_ #define _SOUND_H_ @@ -243,3 +246,4 @@ bool8 S9xOpenSoundDevice(int, bool8, int); void S9xSetPlaybackRate(uint32 rate); #endif +#endif -- cgit v1.2.3