StereoSound core setting fixed (was not used after core initliazation
This commit is contained in:
parent
9778cc2644
commit
6c01ba3c6a
|
@ -102,6 +102,8 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
|
|||
SoundMixer = new SoundProviderMixer((int)(32767 / 10), (ISoundProvider)_machine.BuzzerDevice);
|
||||
if (_machine.AYDevice != null)
|
||||
SoundMixer.AddSource(_machine.AYDevice);
|
||||
SoundMixer.Stereo = ((ZXSpectrumSettings)settings as ZXSpectrumSettings).StereoSound;
|
||||
|
||||
|
||||
ser.Register<ISoundProvider>(SoundMixer);
|
||||
|
||||
|
|
Loading…
Reference in New Issue