]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Sound autoswitch off by default
authorToni Wilen <twilen@winuae.net>
Mon, 22 Jan 2024 16:55:23 +0000 (18:55 +0200)
committerToni Wilen <twilen@winuae.net>
Mon, 22 Jan 2024 16:55:23 +0000 (18:55 +0200)
cfgfile.cpp

index e9922d2af4de1d6a5ed78a6cb78acb2c633dcbe5..b55e4433a2c27e2627a8b73ae1674238acc23ac5 100644 (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;