Tidy up headers

This commit is contained in:
PokeCodec
2020-09-05 16:41:44 -04:00
parent ac9a86d7ce
commit 53a4effd57
4 changed files with 11 additions and 10 deletions

View File

@@ -317,9 +317,9 @@ struct SoundInfo
u8 pcmDmaPeriod; // number of V-blanks per PCM DMA
u8 maxLines;
u8 gap[3];
s32 pcmSamplesPerVBlank;
s32 pcmFreq;
s32 divFreq;
u32 pcmSamplesPerVBlank;
u32 pcmFreq;
u32 divFreq;
struct CgbChannel *cgbChans;
void (*func)();
u32 intp;