add default params to fopacm create funcs

This commit is contained in:
LagoLunatic
2023-12-08 15:00:48 -05:00
parent c2625b0369
commit 46ffaf2839
10 changed files with 38 additions and 35 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ s32 dScnTitle_Create(scene_class* i_scn) {
dComIfGp_offEnableNextStage();
u32 parameter = fpcM_GetName(i_this) == PROC_TITLE_SCENE ? 0 : 1;
i_this->mMoviePId = fopAcM_create(PROC_MP, parameter, NULL, -1, NULL, NULL, 0xFF, NULL);
i_this->mMoviePId = fopAcM_create(PROC_MP, parameter, NULL, -1);
#if VERSION == VERSION_PAL
dScnTitle_c::mMp = NULL;