Fix
This commit is contained in:
@@ -317,9 +317,9 @@ struct SoundInfo
|
|||||||
u8 pcmDmaPeriod; // number of V-blanks per PCM DMA
|
u8 pcmDmaPeriod; // number of V-blanks per PCM DMA
|
||||||
u8 maxLines;
|
u8 maxLines;
|
||||||
u8 gap[3];
|
u8 gap[3];
|
||||||
u32 pcmSamplesPerVBlank;
|
s32 pcmSamplesPerVBlank;
|
||||||
u32 pcmFreq;
|
s32 pcmFreq;
|
||||||
u32 divFreq;
|
s32 divFreq;
|
||||||
struct CgbChannel *cgbChans;
|
struct CgbChannel *cgbChans;
|
||||||
void (*func)();
|
void (*func)();
|
||||||
u32 intp;
|
u32 intp;
|
||||||
|
|||||||
Reference in New Issue
Block a user