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/nds/entry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/nds') diff --git a/source/nds/entry.cpp b/source/nds/entry.cpp index 8cd5c06..792608a 100644 --- a/source/nds/entry.cpp +++ b/source/nds/entry.cpp @@ -370,6 +370,7 @@ void init_sfc_setting(void) //sound settings Settings.APUEnabled = Settings.NextAPUEnabled = TRUE; Settings.FixFrequency = 1; + S9xSetEightBitConsoleSound (TRUE); Settings.H_Max = SNES_CYCLES_PER_SCANLINE; @@ -377,7 +378,6 @@ void init_sfc_setting(void) Settings.ShutdownMaster = TRUE; Settings.FrameTimePAL = 20000; Settings.FrameTimeNTSC = 16667; - Settings.DisableSampleCaching = FALSE; Settings.DisableMasterVolume = FALSE; Settings.Mouse = TRUE; Settings.SuperScope = TRUE; -- cgit v1.2.3