mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39:24 +01:00
Fixed sound, finally
This commit is contained in:
parent
821efb82d8
commit
22a03937ce
@ -19,7 +19,7 @@
|
|||||||
#define MIXBUFSIZE_SHORT (MIXBUFSIZE_BYTES / 2)
|
#define MIXBUFSIZE_SHORT (MIXBUFSIZE_BYTES / 2)
|
||||||
#define MIXBUFSIZE_WORDS (MIXBUFSIZE_BYTES / 4)
|
#define MIXBUFSIZE_WORDS (MIXBUFSIZE_BYTES / 4)
|
||||||
|
|
||||||
#define SOUNDBUFSIZE 3840
|
#define SOUNDBUFSIZE 512
|
||||||
|
|
||||||
static u8 ConfigRequested = 0;
|
static u8 ConfigRequested = 0;
|
||||||
static u8 soundbuffer[2][SOUNDBUFSIZE] ATTRIBUTE_ALIGN(32);
|
static u8 soundbuffer[2][SOUNDBUFSIZE] ATTRIBUTE_ALIGN(32);
|
||||||
|
Loading…
Reference in New Issue
Block a user