diff options
author | Nebuleon Fumika | 2013-01-20 22:26:24 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2013-01-20 22:26:24 -0500 |
commit | 7d788578b2cfe454d5c266552411820b50075d08 (patch) | |
tree | a258bca977946df3c2dfde86837f58b7979d8e90 /source/nds | |
parent | 0f91ed22f32bae7e8fb924fa4458142fa5894f83 (diff) | |
download | snesemu-7d788578b2cfe454d5c266552411820b50075d08.tar.gz snesemu-7d788578b2cfe454d5c266552411820b50075d08.tar.bz2 snesemu-7d788578b2cfe454d5c266552411820b50075d08.zip |
Initial 8-bit sound commit. For the lulz!
Diffstat (limited to 'source/nds')
-rw-r--r-- | source/nds/entry.cpp | 2 |
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; |