From: Toni Wilen Date: Mon, 22 Jan 2024 16:55:23 +0000 (+0200) Subject: Sound autoswitch off by default X-Git-Tag: 5200~47 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=4a9c740ad69d3ffdf7b6e27d777bc7c893cde182;p=francis%2Fwinuae.git Sound autoswitch off by default --- diff --git a/cfgfile.cpp b/cfgfile.cpp index e9922d2a..b55e4433 100644 --- a/cfgfile.cpp +++ b/cfgfile.cpp @@ -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;