Bug fix for audio play
This commit is contained in:
parent
99e4d3079c
commit
1e1385d569
1 changed files with 2 additions and 2 deletions
|
@ -102,8 +102,8 @@ void _gaudioDeinit(void)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (paud)
|
if (pd)
|
||||||
gfxQueueASyncPut(&playList, (gfxQueueASyncItem *)paud);
|
gfxQueueASyncPut(&playList, (gfxQueueASyncItem *)pd);
|
||||||
playFlags |= PLAYFLG_PLAYING;
|
playFlags |= PLAYFLG_PLAYING;
|
||||||
gaudio_play_lld_start();
|
gaudio_play_lld_start();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue