Sound autoswitch off by default

This commit is contained in:
Toni Wilen 2024-01-22 18:55:23 +02:00
parent fda5992904
commit 4a9c740ad6

View File

@ -8381,7 +8381,7 @@ void default_prefs (struct uae_prefs *p, bool reset, int type)
p->sound_interpol = 1;
p->sound_filter = FILTER_SOUND_EMUL;
p->sound_filter_type = 0;
p->sound_auto = 1;
p->sound_auto = 0;
p->sampler_stereo = false;
p->sampler_buffer = 0;
p->sampler_freq = 0;