aboutsummaryrefslogtreecommitdiff
path: root/source/nds
diff options
context:
space:
mode:
authorNebuleon Fumika2013-02-09 20:08:38 -0500
committerNebuleon Fumika2013-02-09 20:08:38 -0500
commit5f3a27e9e02a3946ab5b578d20c66d1269fae3c3 (patch)
tree36e31e63152000f767126d2f83a32b3730ff3db7 /source/nds
parente2eeb6bf85431329a0e23650dc081f59249795f8 (diff)
parentcb12547b854a87aaf6c18ebd20c52f762141cdc1 (diff)
downloadsnes9x2005-5f3a27e9e02a3946ab5b578d20c66d1269fae3c3.tar.gz
snes9x2005-5f3a27e9e02a3946ab5b578d20c66d1269fae3c3.tar.bz2
snes9x2005-5f3a27e9e02a3946ab5b578d20c66d1269fae3c3.zip
Merge branch '8bitsound'
Diffstat (limited to 'source/nds')
-rw-r--r--source/nds/entry.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/nds/entry.cpp b/source/nds/entry.cpp
index 77620bf..c4cc389 100644
--- a/source/nds/entry.cpp
+++ b/source/nds/entry.cpp
@@ -425,7 +425,9 @@ void init_sfc_setting(void)
//sound settings
Settings.APUEnabled = Settings.NextAPUEnabled = TRUE;
Settings.FixFrequency = 1;
- Settings.InterpolatedSound = TRUE;
+
+ S9xSetEightBitConsoleSound (TRUE);
+
Settings.H_Max = SNES_CYCLES_PER_SCANLINE;
Settings.SkipFrames = AUTO_FRAMERATE;