Label much of MSM

This commit is contained in:
gamemasterplc 2025-01-15 23:38:02 -06:00
parent ef9659fef2
commit f85ca08c4c
14 changed files with 2207 additions and 2190 deletions

View file

@ -16,6 +16,6 @@ s32 msmMusPause(int musNo, BOOL pause, s32 speed);
void msmMusStopAll(BOOL checkGrp, s32 speed);
s32 msmMusStop(int musNo, s32 speed);
int msmMusPlay(int musId, MSM_MUSPARAM* musParam);
s32 msmMusInit(sysData* arg0, DVDFileInfo* arg1);
s32 msmMusInit(MSM_SYS* arg0, DVDFileInfo* arg1);
#endif