Matched most of msmmus (2 functions left)

This commit is contained in:
mrshigure 2025-01-13 04:45:28 -08:00
parent 48f11c6348
commit 638bab0b56
6 changed files with 374 additions and 13 deletions

View file

@ -187,7 +187,7 @@ s32 msmSeGetEntryID(s32 seId, int *seNo);
int msmMusPlay(int musId, MSM_MUSPARAM *musParam);
s32 msmMusStop(int musNo, s32 speed);
s32 msmMusPauseAll(BOOL pause, s32 speed);
void msmMusPauseAll(BOOL pause, s32 speed);
s32 msmMusPause(int musNo, BOOL pause, s32 speed);
s32 msmMusGetMidiCtrl(int musNo, s32 channel, s32 ctrl);
void msmMusStopAll(BOOL checkGrp, s32 speed);