Fix the prototype of HuAudStreamPlay
This commit is contained in:
parent
813a2d8bcf
commit
4c90c0858c
2 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ void HuAudInit(void) {
|
|||
musicOffF = 0;
|
||||
}
|
||||
|
||||
s32 HuAudStreamPlay(void) {
|
||||
s32 HuAudStreamPlay(char *name, s32 arg1) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue