Sound buffer size now configurable.

This commit is contained in:
SarahW 2017-06-10 21:00:23 +01:00
commit 6e51e8975e
22 changed files with 92 additions and 26 deletions

View file

@ -132,7 +132,7 @@ typedef struct pas16_t
opl_t opl;
sb_dsp_t dsp;
int16_t pcm_buffer[2][SOUNDBUFLEN];
int16_t pcm_buffer[2][MAXSOUNDBUFLEN];
int pos;
} pas16_t;