Merge branch 'master' of https://github.com/86Box/86Box
This commit is contained in:
@@ -306,7 +306,6 @@ 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;
|
||||
|
||||
@@ -36,6 +36,8 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user