mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-26 05:24:21 +01:00
Slightly improve sound buffer (SDL)
This commit is contained in:
parent
e1294b9c88
commit
86750bfb5e
@ -30,7 +30,7 @@
|
|||||||
static SDL_AudioSpec spec;
|
static SDL_AudioSpec spec;
|
||||||
|
|
||||||
#define FRODO_SNDBUF 512
|
#define FRODO_SNDBUF 512
|
||||||
#define SOUNDBUFSIZE 1024
|
#define SOUNDBUFSIZE 1536
|
||||||
#define N_BUFS 8
|
#define N_BUFS 8
|
||||||
|
|
||||||
static int16 soundbuffer[N_BUFS][FRODO_SNDBUF];
|
static int16 soundbuffer[N_BUFS][FRODO_SNDBUF];
|
||||||
|
Loading…
Reference in New Issue
Block a user