mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
Sound autoswitch off by default
This commit is contained in:
parent
fda5992904
commit
4a9c740ad6
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user