audio.c: use xm_repeat on play reenty
This commit is contained in:
parent
5738870147
commit
98467831d1
@ -154,8 +154,7 @@ static void repeat_audio(struct audio_channel *channel) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case audio_file_type_xm: {
|
case audio_file_type_xm: {
|
||||||
/* TODO: test */
|
xm_restart(channel->context.xm.handle);
|
||||||
xm_seek(channel->context.xm.handle, 0, 0, 0);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user