summaryrefslogtreecommitdiff
path: root/include/gba
diff options
context:
space:
mode:
authorPokeCodec <67983839+PokeCodec@users.noreply.github.com>2020-09-05 16:41:44 -0400
committerPokeCodec <67983839+PokeCodec@users.noreply.github.com>2020-09-05 16:41:44 -0400
commit53a4effd577cc60a9e3af422bf99109d54053440 (patch)
tree9932a2a72cbade418abfaa952c0b6f02051b1f03 /include/gba
parentac9a86d7ce96731c7a9f2561e69ad05955a012ec (diff)
Tidy up headers
Diffstat (limited to 'include/gba')
-rw-r--r--include/gba/m4a_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/gba/m4a_internal.h b/include/gba/m4a_internal.h
index bdff1b865..09e5646f2 100644
--- a/include/gba/m4a_internal.h
+++ b/include/gba/m4a_internal.h
@@ -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;