Prototype fixes

This commit is contained in:
dbalatoni13 2025-04-02 00:41:07 +02:00
parent 9fb738e2ed
commit ba0d7ef58c
6 changed files with 20 additions and 3 deletions

View file

@ -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
View 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