aboutsummaryrefslogtreecommitdiff
path: root/source/nds/entry.cpp
diff options
context:
space:
mode:
authorNebuleon Fumika2013-01-20 22:26:24 -0500
committerNebuleon Fumika2013-01-20 22:26:24 -0500
commit7d788578b2cfe454d5c266552411820b50075d08 (patch)
treea258bca977946df3c2dfde86837f58b7979d8e90 /source/nds/entry.cpp
parent0f91ed22f32bae7e8fb924fa4458142fa5894f83 (diff)
downloadsnes9x2005-7d788578b2cfe454d5c266552411820b50075d08.tar.gz
snes9x2005-7d788578b2cfe454d5c266552411820b50075d08.tar.bz2
snes9x2005-7d788578b2cfe454d5c266552411820b50075d08.zip
Initial 8-bit sound commit. For the lulz!
Diffstat (limited to 'source/nds/entry.cpp')
-rw-r--r--source/nds/entry.cpp2
1 files changed, 1 insertions, 1 deletions
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;