Enable audio Filter and Interpolation by default
This commit is contained in:
parent
dce47db023
commit
032a63612e
1 changed files with 2 additions and 2 deletions
|
@ -7703,8 +7703,8 @@ void default_prefs(struct uae_prefs* p, bool reset, int type)
|
|||
p->sound_mixed_stereo_delay = 0;
|
||||
p->sound_freq = DEFAULT_SOUND_FREQ;
|
||||
p->sound_maxbsiz = DEFAULT_SOUND_MAXB;
|
||||
p->sound_interpol = 0;
|
||||
p->sound_filter = FILTER_SOUND_OFF;
|
||||
p->sound_interpol = 1;
|
||||
p->sound_filter = FILTER_SOUND_EMUL;
|
||||
p->sound_filter_type = 0;
|
||||
p->sound_auto = 1;
|
||||
p->sound_cdaudio = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue