diff options
Diffstat (limited to 'source/snes9x.h')
-rw-r--r-- | source/snes9x.h | 1 |
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; |