summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2016-08-05 21:09:16 +0200
committertwinaphex2016-08-05 21:09:16 +0200
commit65b77bd7ae9ab86be50a8e137f4868b88ba24677 (patch)
tree26ef5b8874dc932bbdb25090dbefbb1910b62c10
parent93d5877a3b2da47e9242e9068725d772e9b811eb (diff)
downloadsnes9x2002-65b77bd7ae9ab86be50a8e137f4868b88ba24677.tar.gz
snes9x2002-65b77bd7ae9ab86be50a8e137f4868b88ba24677.tar.bz2
snes9x2002-65b77bd7ae9ab86be50a8e137f4868b88ba24677.zip
Remove setting
-rw-r--r--libretro/libretro.c1
-rw-r--r--src/snes9x.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/libretro/libretro.c b/libretro/libretro.c
index 0a3cca1..0e5ad5f 100644
--- a/libretro/libretro.c
+++ b/libretro/libretro.c
@@ -243,7 +243,6 @@ static void snes_init (void)
Settings.ApplyCheats = TRUE;
Settings.TurboMode = FALSE;
Settings.TurboSkipFrames = 15;
- Settings.ThreadSound = FALSE;
Settings.SoundSync = FALSE;
#ifdef ASM_SPC700
Settings.asmspc700 = TRUE;
diff --git a/src/snes9x.h b/src/snes9x.h
index 0a66b5e..53caff4 100644
--- a/src/snes9x.h
+++ b/src/snes9x.h
@@ -314,7 +314,6 @@ typedef struct
bool8 DisableMasterVolume;
bool8 SoundSync;
bool8 InterpolatedSound;
- bool8 ThreadSound;
bool8 Mute;
// bool8 NextAPUEnabled;
uint8 AltSampleDecode;