SAA1099: disable high-pass filter

unnecessary and is the possible cause of issue #1849
This commit is contained in:
tildearrow 2024-04-27 19:25:15 -05:00
parent ea9c483510
commit c82ef90849
2 changed files with 3 additions and 5 deletions

View file

@ -187,8 +187,6 @@ void CSAASoundInternal::SetSoundParameters(SAAPARAM uParam)
// set filter properties from uParam
m_uParam = (m_uParam & ~SAAP_MASK_FILTER) | (uParam & SAAP_MASK_FILTER);
m_bHighpass=true;
}
void CSAASoundInternal::SetSampleRate(unsigned int nSampleRate)