Sound buffer size now configurable.
This commit is contained in:
parent
5788188ce9
commit
6e51e8975e
22 changed files with 92 additions and 26 deletions
|
|
@ -81,7 +81,7 @@ typedef struct emu8k_t
|
|||
int16_t out_l, out_r;
|
||||
|
||||
int pos;
|
||||
int32_t buffer[SOUNDBUFLEN * 2];
|
||||
int32_t buffer[MAXSOUNDBUFLEN * 2];
|
||||
} emu8k_t;
|
||||
|
||||
void emu8k_init(emu8k_t *emu8k, int onboard_ram);
|
||||
|
|
|
|||
Loading…
Reference in a new issue