decompile sound.c
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef GUARD_CONSTANTS_SONGS_H
|
||||
#define GUARD_CONSTANTS_SONGS_H
|
||||
|
||||
#define MUS_DUMMY 0
|
||||
#define SE_STOP 0
|
||||
#define SE_KAIFUKU 1
|
||||
#define SE_PC_LOGON 2
|
||||
|
||||
@@ -404,6 +404,10 @@ 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, s16 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);
|
||||
|
||||
Reference in New Issue
Block a user