Matched msmse (US)

This commit is contained in:
mrshigure 2025-01-14 15:55:04 -08:00
parent c621824464
commit 149ac0af34
4 changed files with 157 additions and 22 deletions

View file

@ -19,7 +19,7 @@ s32 msmSeSetParam(int seNo, MSM_SEPARAM* param);
void msmSePauseAll(BOOL pause, s32 speed);
void msmSeStopAll(BOOL checkGrp, s32 speed);
s32 msmSeStop(int seNo, s32 speed);
int msmSePlay(int seId, MSM_SEPARAM *param);
int msmSePlay(int seId, MSM_SEPARAM* param);
s32 msmSeInit(sysData* arg0, DVDFileInfo* arg1);
#endif