Don't set soundsync on with no way to disable.

This commit is contained in:
Brandon Wright 2019-04-24 15:22:16 -05:00
parent 913b75d07c
commit 54a961d8ca
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ void S9xLoadConfigFiles (char **argv, int argc)
// Sound // Sound
Settings.SoundSync = conf.GetBool("Sound::Sync", true); Settings.SoundSync = conf.GetBool("Sound::Sync", false);
Settings.SixteenBitSound = conf.GetBool("Sound::16BitSound", true); Settings.SixteenBitSound = conf.GetBool("Sound::16BitSound", true);
Settings.Stereo = conf.GetBool("Sound::Stereo", true); Settings.Stereo = conf.GetBool("Sound::Stereo", true);
Settings.ReverseStereo = conf.GetBool("Sound::ReverseStereo", false); Settings.ReverseStereo = conf.GetBool("Sound::ReverseStereo", false);