Fully matched msm (US) (#532)
This commit is contained in:
parent
ac43740d3d
commit
897ff7b281
11 changed files with 1252 additions and 55 deletions
|
|
@ -1,12 +1,22 @@
|
|||
#ifndef MSMSTREAM_H
|
||||
#define MSMSTREAM_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "game/msm.h"
|
||||
|
||||
s32 msmStreamGetStatus(int streamNo);
|
||||
void msmStreamSetMasterVolume(s32 arg0);
|
||||
void msmStreamStopAll(s32 speed);
|
||||
s32 msmStreamStop(int streamNo, s32 speed);
|
||||
int msmStreamPlay(int streamId, MSM_STREAMPARAM* streamParam);
|
||||
void msmStreamPeriodicProc(void);
|
||||
void msmStreamSetOutputMode(s32);
|
||||
void msmStreamSetOutputMode(s32 arg0);
|
||||
void msmStreamAmemFree(void);
|
||||
s32 msmStreamAmemAlloc(void);
|
||||
s32 msmStreamInit(char *);
|
||||
s32 msmStreamInit(char* arg0);
|
||||
void msmStreamPauseOff(s32 arg0);
|
||||
void msmStreamPauseOn(s32 streamNo, s32 arg1);
|
||||
s32 msmStreamPackStartStereo(s32 arg0, MSM_STREAMPARAM* arg1, s32 arg2);
|
||||
s32 msmStreamPackStartMono(s32 arg0, MSM_STREAMPARAM* arg1, s32 arg2);
|
||||
void msmStreamSlotOff(s32 streamNo);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue