Prototype fixes
This commit is contained in:
parent
9fb738e2ed
commit
ba0d7ef58c
6 changed files with 20 additions and 3 deletions
|
|
@ -185,6 +185,7 @@ int msmMusPlay(int musId, MSM_MUSPARAM *musParam);
|
|||
s32 msmMusStop(int musNo, s32 speed);
|
||||
void msmMusPauseAll(BOOL pause, s32 speed);
|
||||
s32 msmMusPause(int musNo, BOOL pause, s32 speed);
|
||||
void msmMusFdoutEnd(void);
|
||||
s32 msmMusGetMidiCtrl(int musNo, s32 channel, s32 ctrl);
|
||||
void msmMusStopAll(BOOL checkGrp, s32 speed);
|
||||
s32 msmMusGetStatus(int musNo);
|
||||
|
|
|
|||
9
include/game/sreset.h
Normal file
9
include/game/sreset.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef _GAME_SRESET_H
|
||||
#define _GAME_SRESET_H
|
||||
|
||||
#include "dolphin.h"
|
||||
|
||||
s32 HuSoftResetButtonCheck(void);
|
||||
void HuDvdErrDispInit(GXRenderModeObj *rmode, void *xfb1, void *xfb2);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue