Revert "SAASound filter fixes"

This reverts commit 14ffb89f4d.
This commit is contained in:
Cacodemon345
2025-05-18 13:44:04 +06:00
parent 3b7515a4ff
commit 643389e0fe
2 changed files with 1 additions and 2 deletions

View File

@@ -306,6 +306,7 @@ void scale_for_output(unsigned int left_input, unsigned int right_input,
void CSAASoundInternal::GenerateMany(BYTE* pBuffer, unsigned long nSamples)
{
unsigned int left_mixed, right_mixed;
static double filterout_z1_left_mixed = 0, filterout_z1_right_mixed = 0;
#if defined(DEBUGSAA) || defined(USE_CONFIG_FILE)
BYTE* pBufferStart = pBuffer;

View File

@@ -36,8 +36,6 @@ private:
unsigned int m_nSampleRate;
unsigned int m_nOversample;
bool m_bHighpass;
double filterout_z1_left_mixed = 0;
double filterout_z1_right_mixed = 0;
#ifdef USE_CONFIG_FILE
SAAConfig m_Config;
#endif