From 7d788578b2cfe454d5c266552411820b50075d08 Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Sun, 20 Jan 2013 22:26:24 -0500 Subject: Initial 8-bit sound commit. For the lulz! --- source/snes9x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/snes9x.h') diff --git a/source/snes9x.h b/source/snes9x.h index 6c93855..ab70efa 100644 --- a/source/snes9x.h +++ b/source/snes9x.h @@ -337,11 +337,11 @@ struct SSettings{ #ifndef FOREVER_16_BIT_SOUND bool8 SixteenBitSound; #endif + bool8 EightBitConsoleSound; // due to caching, this needs S9xSetEightBitConsoleSound() int SoundBufferSize; int SoundMixInterval; bool8 SoundEnvelopeHeightReading; bool8 DisableSoundEcho; - bool8 DisableSampleCaching; bool8 DisableMasterVolume; bool8 SoundSync; bool8 InterpolatedSound; -- cgit v1.2.3