From 65b77bd7ae9ab86be50a8e137f4868b88ba24677 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 5 Aug 2016 21:09:16 +0200 Subject: Remove setting --- libretro/libretro.c | 1 - src/snes9x.h | 1 - 2 files changed, 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; -- cgit v1.2.3