mirror of https://github.com/snes9xgit/snes9x.git
Don't set soundsync on with no way to disable.
This commit is contained in:
parent
913b75d07c
commit
54a961d8ca
|
@ -234,7 +234,7 @@ void S9xLoadConfigFiles (char **argv, int argc)
|
|||
|
||||
// Sound
|
||||
|
||||
Settings.SoundSync = conf.GetBool("Sound::Sync", true);
|
||||
Settings.SoundSync = conf.GetBool("Sound::Sync", false);
|
||||
Settings.SixteenBitSound = conf.GetBool("Sound::16BitSound", true);
|
||||
Settings.Stereo = conf.GetBool("Sound::Stereo", true);
|
||||
Settings.ReverseStereo = conf.GetBool("Sound::ReverseStereo", false);
|
||||
|
|
Loading…
Reference in New Issue