aboutsummaryrefslogtreecommitdiff
path: root/source/snes9x.h
diff options
context:
space:
mode:
authorNebuleon Fumika2013-02-09 20:08:38 -0500
committerNebuleon Fumika2013-02-09 20:08:38 -0500
commit5f3a27e9e02a3946ab5b578d20c66d1269fae3c3 (patch)
tree36e31e63152000f767126d2f83a32b3730ff3db7 /source/snes9x.h
parente2eeb6bf85431329a0e23650dc081f59249795f8 (diff)
parentcb12547b854a87aaf6c18ebd20c52f762141cdc1 (diff)
downloadsnes9x2005-5f3a27e9e02a3946ab5b578d20c66d1269fae3c3.tar.gz
snes9x2005-5f3a27e9e02a3946ab5b578d20c66d1269fae3c3.tar.bz2
snes9x2005-5f3a27e9e02a3946ab5b578d20c66d1269fae3c3.zip
Merge branch '8bitsound'
Diffstat (limited to 'source/snes9x.h')
-rw-r--r--source/snes9x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/snes9x.h b/source/snes9x.h
index 2661923..ab70efa 100644
--- a/source/snes9x.h
+++ b/source/snes9x.h
@@ -337,6 +337,7 @@ struct SSettings{
#ifndef FOREVER_16_BIT_SOUND
bool8 SixteenBitSound;
#endif
+ bool8 EightBitConsoleSound; // due to caching, this needs S9xSetEightBitConsoleSound()
int SoundBufferSize;
int SoundMixInterval;
bool8 SoundEnvelopeHeightReading;