summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 09e5646f2..bdff1b865 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];
- u32 pcmSamplesPerVBlank;
- u32 pcmFreq;
- u32 divFreq;
+ s32 pcmSamplesPerVBlank;
+ s32 pcmFreq;
+ s32 divFreq;
struct CgbChannel *cgbChans;
void (*func)();
u32 intp;