Matched board/audio and board/com

This commit is contained in:
mrshigure 2024-02-06 01:20:55 -08:00
parent 3cc03de886
commit 0b15daba5a
9 changed files with 897 additions and 7 deletions

View file

@ -261,7 +261,7 @@ s32 HuAudSeqPlay(s16 arg0) {
if (musicOffF != 0 || omSysExitReq != 0) {
return 0;
}
temp_r31 = msmMusPlay(arg0, 0);
temp_r31 = msmMusPlay(arg0, NULL);
return temp_r31;
}