aboutsummaryrefslogtreecommitdiff
path: root/source/snes9x.h
diff options
context:
space:
mode:
authoraliaspider2014-11-03 11:11:05 +0100
committeraliaspider2014-11-03 11:11:05 +0100
commit7077e9821593b2c9b78830c4cc5055c6a79cdd69 (patch)
tree615195d3db586f5542eddd0cbd17e46e816f954b /source/snes9x.h
parent3564bfe8134ce6e1294a59212484e9ee487ab4f5 (diff)
downloadsnes9x2005-7077e9821593b2c9b78830c4cc5055c6a79cdd69.tar.gz
snes9x2005-7077e9821593b2c9b78830c4cc5055c6a79cdd69.tar.bz2
snes9x2005-7077e9821593b2c9b78830c4cc5055c6a79cdd69.zip
can build with USE_BLARGG_APU enabled, still not working.
Diffstat (limited to 'source/snes9x.h')
-rw-r--r--source/snes9x.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/snes9x.h b/source/snes9x.h
index 48a5714..e9c04a5 100644
--- a/source/snes9x.h
+++ b/source/snes9x.h
@@ -322,6 +322,9 @@ typedef struct
bool8 OBC1;
/* Sound options */
uint32 SoundPlaybackRate;
+#ifdef USE_BLARGG_APU
+ uint32 SoundInputRate;
+#endif
bool8 TraceSoundDSP;
bool8 EightBitConsoleSound; // due to caching, this needs S9xSetEightBitConsoleSound()
int SoundBufferSize;