mirror of https://github.com/mgba-emu/mgba.git
3DS: Fix build
This commit is contained in:
parent
38f938f648
commit
2390b9c9a0
|
@ -74,6 +74,7 @@ static enum {
|
|||
static void* outputBuffer;
|
||||
static struct mAVStream stream;
|
||||
static int16_t* audioLeft = 0;
|
||||
static int16_t* audioRight = 0;
|
||||
static size_t audioPos = 0;
|
||||
static C3D_Tex outputTexture;
|
||||
static ndspWaveBuf dspBuffer[DSP_BUFFERS];
|
||||
|
|
Loading…
Reference in New Issue