aboutsummaryrefslogtreecommitdiff
path: root/source/snes9x.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/snes9x.h')
-rw-r--r--source/snes9x.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/snes9x.h b/source/snes9x.h
index e9e29b8..ebcf5e3 100644
--- a/source/snes9x.h
+++ b/source/snes9x.h
@@ -328,9 +328,13 @@ struct SSettings{
/* Sound options */
uint32 SoundPlaybackRate;
bool8 TraceSoundDSP;
+#ifndef FOREVER_STEREO
bool8 Stereo;
+#endif
bool8 ReverseStereo;
+#ifndef FOREVER_16_BIT_SOUND
bool8 SixteenBitSound;
+#endif
int SoundBufferSize;
int SoundMixInterval;
bool8 SoundEnvelopeHeightReading;