summaryrefslogtreecommitdiff
path: root/include/gba
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-08-24 01:10:30 -0500
committercamthesaxman <cameronghall@cox.net>2017-08-24 01:10:30 -0500
commit988f5a685a36d3591d07f71ca778d988fb26720a (patch)
tree253add3f0897ee70c3f645afe70525adf558c998 /include/gba
parentbfc4b338cbd3e78062c71ff6f72f821631277c1b (diff)
decompile up to sub_80F8598
Diffstat (limited to 'include/gba')
-rw-r--r--include/gba/m4a_internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/gba/m4a_internal.h b/include/gba/m4a_internal.h
index 572b77711..ff92fcc40 100644
--- a/include/gba/m4a_internal.h
+++ b/include/gba/m4a_internal.h
@@ -404,10 +404,6 @@ void SampleFreqSet(u32 freq);
void m4aSoundVSyncOn(void);
void m4aSoundVSyncOff(void);
-void m4aMPlayTempoControl(struct MusicPlayerInfo *mplayInfo, u16 tempo);
-void m4aMPlayVolumeControl(struct MusicPlayerInfo *mplayInfo, u16 trackBits, u16 volume);
-void m4aMPlayPitchControl(struct MusicPlayerInfo *mplayInfo, u16 trackBits, u16 pitch);
-void m4aMPlayPanpotControl(struct MusicPlayerInfo *mplayInfo, u16 trackBits, s8 pan);
void ClearModM(struct MusicPlayerTrack *track);
void m4aMPlayModDepthSet(struct MusicPlayerInfo *mplayInfo, u16 trackBits, u8 modDepth);
void m4aMPlayLFOSpeedSet(struct MusicPlayerInfo *mplayInfo, u16 trackBits, u8 lfoSpeed);