Fixed sound, finally

This commit is contained in:
simon.kagstrom 2009-01-06 09:24:14 +00:00
parent 821efb82d8
commit 22a03937ce

View File

@ -19,7 +19,7 @@
#define MIXBUFSIZE_SHORT (MIXBUFSIZE_BYTES / 2)
#define MIXBUFSIZE_WORDS (MIXBUFSIZE_BYTES / 4)
#define SOUNDBUFSIZE 3840
#define SOUNDBUFSIZE 512
static u8 ConfigRequested = 0;
static u8 soundbuffer[2][SOUNDBUFSIZE] ATTRIBUTE_ALIGN(32);