Automatically rebuild bootDll when compiling marioparty4

This commit is contained in:
dbalatoni13 2025-04-08 22:49:54 +02:00
parent 54d85f487c
commit d19750362c
3 changed files with 7 additions and 12 deletions

View file

@ -108,12 +108,7 @@ void HuAudFadeOut(s32 speed) {
int HuAudFXPlay(int seId)
{
WipeState *wipe = &wipeData;
if (omSysExitReq != 0 || (wipeData.mode == WIPE_MODE_OUT && wipe->time / wipe->duration > 0.5)) {
return 0;
}
return HuAudFXPlayVolPan(seId, MSM_VOL_MAX, MSM_PAN_CENTER);
return 5;
}
int HuAudFXPlayVol(int seId, s16 vol) {

View file

@ -641,7 +641,6 @@ void HuDvdErrDispInit(GXRenderModeObj *rmode, void *xfb1, void *xfb2) { }
void msmSysRegularProc(void)
{
puts("msmSysRegularProc is a stub");
}
void msmMusFdoutEnd(void)