Matched msmse (US) (#531)

This commit is contained in:
mrshigure 2025-01-14 15:57:30 -08:00 committed by GitHub
parent c621824464
commit ac43740d3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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